forked from Wobbl/Wobuzz
OOPing it more: Removed gui_communication/settings.py
This commit is contained in:
parent
3685f25882
commit
d2c74438cb
5 changed files with 24 additions and 35 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue