mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-02 22:36:12 +00:00
Fix dialog visibility
This commit is contained in:
parent
4701d5b7e8
commit
cd5a7580b0
4 changed files with 11 additions and 11 deletions
|
@ -129,9 +129,9 @@ class LoginConnect(xbmcgui.WindowXMLDialog):
|
|||
|
||||
self.error = state
|
||||
self.error_msg.setLabel(message)
|
||||
self.error_toggle.setVisibleCondition('True')
|
||||
self.error_toggle.setVisibleCondition('true')
|
||||
|
||||
def _disable_error(self):
|
||||
|
||||
self.error = None
|
||||
self.error_toggle.setVisibleCondition('False')
|
||||
self.error_toggle.setVisibleCondition('false')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue