forked from Wobbl/Wobuzz
Made the playlist tabs look prettier by making the tab title editor non-static.
This commit is contained in:
parent
0101cf174c
commit
7ff1ad7a02
7 changed files with 46 additions and 84 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue