Sidebar sections are now collapsible, added create new button above playlists
This commit is contained in:
parent
477c3e606c
commit
08e38763fa
5 changed files with 140 additions and 84 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue