Added option to load playlists on start to the settings.
This commit is contained in:
parent
5dc91f6605
commit
65564deb82
7 changed files with 20 additions and 6 deletions
|
@ -8,6 +8,7 @@ class Settings:
|
|||
window_size: tuple[int, int]=None
|
||||
window_maximized: bool=False
|
||||
library_path: str="~/.wobuzz"
|
||||
clear_track_cache: bool=True,
|
||||
clear_track_cache: bool=True
|
||||
latest_playlist: str=None
|
||||
load_on_start: bool=True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue