reset focus to the main menu on user switch

This commit is contained in:
Shaun
2019-06-10 15:23:22 +10:00
parent 781c0f8f8a
commit 8c666f653a
3 changed files with 2 additions and 3 deletions

View File

@@ -374,4 +374,5 @@ def checkServer(force=False, change_user=False, notify=False):
du.authenticate()
du.getUserId()
xbmc.executebuiltin("ActivateWindow(Home)")
xbmc.executebuiltin("SetFocus(9000, 0, absolute)")
xbmc.executebuiltin("ReloadSkin()")