mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-18 08:02:10 +03:00
Improve locked view in ui
This commit is contained in:
parent
b7b116c566
commit
283c259263
@ -166,7 +166,7 @@ class SettingsWinvdow(Gtk.ApplicationWindow):
|
||||
else:
|
||||
self.unlock_button.set_sensitive(False)
|
||||
logged_in = status["loggedIn"]
|
||||
if logged_in:
|
||||
if logged_in and not status["locked"]:
|
||||
self.preferences_group.set_visible(True)
|
||||
self.shortcut_preferences_group.set_visible(True)
|
||||
self.autotype_button.set_visible(True)
|
||||
|
Loading…
Reference in New Issue
Block a user