Removed some mechanic that is going to be reimplemented.
This commit is contained in:
parent
67d353dcef
commit
bedca22ca6
9 changed files with 24 additions and 28 deletions
|
@ -8,5 +8,6 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue