Improved icon changing of play/pause button.

This commit is contained in:
The Wobbler 2024-12-29 15:18:38 +01:00
parent 44854af42f
commit 29cc80feae
3 changed files with 24 additions and 4 deletions

View file

@ -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)