Implemented saving of playlists to disk.

This commit is contained in:
The Wobbler 2025-01-25 20:45:43 +01:00
parent a7fc19f98b
commit 1007ac045f
7 changed files with 62 additions and 12 deletions

View file

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