diff --git a/app/ui/main_window.py b/app/ui/main_window.py index e51485b0..2a2ef6c7 100644 --- a/app/ui/main_window.py +++ b/app/ui/main_window.py @@ -411,6 +411,8 @@ def _update_device_box(frame, dev): light_label.set_visible(False) not_encrypted_icon.set_visible(False) + frame._toolbar.get_children()[-1].set_active(False) + frame.set_visible(True) _config_panel.update(frame)