Improve locked view in ui

This commit is contained in:
Bernd Schoolmann 2023-12-28 01:25:22 +01:00
parent b7b116c566
commit 283c259263
No known key found for this signature in database

View File

@ -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)