forked from Wobbl/Wobuzz
Improved icon changing of play/pause button.
This commit is contained in:
parent
44854af42f
commit
29cc80feae
3 changed files with 24 additions and 4 deletions
|
@ -22,6 +22,9 @@ class GUICommunication:
|
|||
def on_track_start(self):
|
||||
self.track_control.on_track_start()
|
||||
|
||||
def on_playstate_update(self):
|
||||
self.track_control.on_playstate_update()
|
||||
|
||||
def on_settings_change(self, key, value):
|
||||
self.settings.update_settings(key, value)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue