OOPing it more: Removed gui_communication/settings.py

This commit is contained in:
The Wobbler 2025-01-25 15:14:20 +01:00
parent 3685f25882
commit d2c74438cb
5 changed files with 24 additions and 35 deletions

View file

@ -26,7 +26,7 @@ class Wobuzz:
self.gui_communication = GUICommunication(self)
def on_settings_change(self, key, value):
self.gui_communication.on_settings_change(key, value)
self.gui.on_settings_change(key, value)
return True