Sidebar sections are now collapsible, added create new button above playlists

This commit is contained in:
booploops 2022-04-08 00:58:28 -07:00
parent 477c3e606c
commit 08e38763fa
5 changed files with 140 additions and 84 deletions

View file

@ -30,6 +30,13 @@ export class Store {
"videos": true,
"podcasts": true
},
"sidebarCollapsed": {
"cider": false,
"applemusic": false,
"library": false,
"amplaylists": false,
"playlists": false
},
"onStartup": {
"enabled": false,
"hidden": false,