forked from Wobbl/Wobuzz
Implemented saving of playlists to disk.
This commit is contained in:
parent
a7fc19f98b
commit
1007ac045f
7 changed files with 62 additions and 12 deletions
|
@ -29,10 +29,3 @@ class Utils:
|
|||
|
||||
return output
|
||||
|
||||
def on_close(self, event):
|
||||
self.app.settings.window_size = (self.app.gui.window.width(), self.app.gui.window.height())
|
||||
self.app.settings.window_maximized = self.app.gui.window.isMaximized()
|
||||
|
||||
self.app.settings.save(self.settings_location)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue