Skip to content

Commit

Permalink
Improve locked view in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 28, 2023
1 parent b7b116c commit 283c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def update_labels():
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)
Expand Down

0 comments on commit 283c259

Please sign in to comment.