From 7f45601e4c5840c0eedf055b37dd53f199ac844c Mon Sep 17 00:00:00 2001 From: bogind Date: Tue, 16 Jul 2024 15:22:28 +0300 Subject: [PATCH] connected the cancelChangesButton to hiding the settings window so now it does something --- qgs_sound_effects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qgs_sound_effects.py b/qgs_sound_effects.py index e592164..2ca3b86 100644 --- a/qgs_sound_effects.py +++ b/qgs_sound_effects.py @@ -389,6 +389,7 @@ def configure_settings_window(self): volume.setValue(configVolume) self.config_window.saveSettingsButton.clicked.connect(self.save_settings) + self.config_window.cancelChangesButton.clicked.connect(self.config_window.hide) def make_set_event_sound(self, id): def set_event_sound():