Skip to content

Commit

Permalink
⚡ Property for login progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 20, 2024
1 parent 30b03bf commit 6478810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/lib/lists/skinusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def _login_user():
Dialog().ok(get_localized(32063), get_localized(32060))
return

xbmc.executebuiltin('SetProperty(SkinVariables.SkinUser.LoggingIn,True,Home)')

filename = 'script-skinvariables-skinusers.xml'
content = load_filecontent(f'special://skin/shortcuts/skinvariables-skinusers.xmltemplate')
content = content.format(slug=slug if slug != 'default' else '', **kwargs)
Expand Down

0 comments on commit 6478810

Please sign in to comment.