Skip to content

Commit

Permalink
Fix a bug where the actions were disabled for ever
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Aug 12, 2024
1 parent ccbde39 commit 1f7600c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def block_ui_buttons(self, block, scan=False):
"""
sensitive = not block
try:
self.set_hotkeys_enabled(sensitive)
if scan:
self.scan_action.set_enabled(sensitive)
self.hide_offline_action.set_enabled(sensitive)
Expand Down

0 comments on commit 1f7600c

Please sign in to comment.