From e91c4c33a5fb9305956e9267efcfc3f48681a4b0 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Fri, 24 Jan 2020 00:04:43 +0300 Subject: [PATCH] added reset button hiding --- app/ui/settings_dialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui/settings_dialog.py b/app/ui/settings_dialog.py index 00a02485..96a35555 100644 --- a/app/ui/settings_dialog.py +++ b/app/ui/settings_dialog.py @@ -118,6 +118,7 @@ class SettingsDialog: self._profile_remove_button = builder.get_object("profile_remove_button") self._apply_profile_button = builder.get_object("apply_profile_button") self._apply_profile_button.bind_property("visible", builder.get_object("header_separator"), "visible") + self._apply_profile_button.bind_property("visible", builder.get_object("reset_button"), "visible") # Language self._lang_combo_box = builder.get_object("lang_combo_box") # Settings