Made the playlist tabs look prettier by making the tab title editor non-static.

This commit is contained in:
The Wobbler 2025-03-03 17:18:30 +01:00
parent 0101cf174c
commit 7ff1ad7a02
7 changed files with 46 additions and 84 deletions

View file

@ -40,6 +40,8 @@ class GUI:
self.settings.update_all()
def on_exit(self, event):
self.window.focusWidget().clearFocus() # clear focus on focused widget
self.app.player.stop()
self.app.library.on_exit(event)