Skip to content

Commit

Permalink
connected the cancelChangesButton to hiding the settings window so no…
Browse files Browse the repository at this point in the history
…w it does something
  • Loading branch information
bogind committed Jul 16, 2024
1 parent b1f193e commit 7f45601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qgs_sound_effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 7f45601

Please sign in to comment.