mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
default sidebarPlaylistFolders setting to false
This commit is contained in:
@@ -1274,7 +1274,7 @@ const initialState: SettingsState = {
|
|||||||
sidebarCollapseShared: false,
|
sidebarCollapseShared: false,
|
||||||
sidebarItems,
|
sidebarItems,
|
||||||
sidebarPanelOrder: ['queue', 'lyrics', 'visualizer'],
|
sidebarPanelOrder: ['queue', 'lyrics', 'visualizer'],
|
||||||
sidebarPlaylistFolders: true,
|
sidebarPlaylistFolders: false,
|
||||||
sidebarPlaylistFolderSeparator: '/',
|
sidebarPlaylistFolderSeparator: '/',
|
||||||
sidebarPlaylistFolderTreeIndent: 16,
|
sidebarPlaylistFolderTreeIndent: 16,
|
||||||
sidebarPlaylistFolderTreeLineColor: '',
|
sidebarPlaylistFolderTreeLineColor: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user