diff --git a/dangerzone/gui/__init__.py b/dangerzone/gui/__init__.py index f0249ac..c35d232 100644 --- a/dangerzone/gui/__init__.py +++ b/dangerzone/gui/__init__.py @@ -132,6 +132,10 @@ def gui_main( else: log.debug("Will not check for updates, based on updater settings") + # Ensure the status of the toggle updates checkbox is updated, after the user is + # prompted to enable updates. + window.toggle_updates_action.setChecked(bool(updater.check)) + if filenames: open_files(filenames)