default sidebarPlaylistFolders setting to false

This commit is contained in:
jeffvli
2026-07-11 13:46:56 -07:00
parent 58ae496e05
commit b8daaf49b0
+1 -1
View File
@@ -1274,7 +1274,7 @@ const initialState: SettingsState = {
sidebarCollapseShared: false,
sidebarItems,
sidebarPanelOrder: ['queue', 'lyrics', 'visualizer'],
sidebarPlaylistFolders: true,
sidebarPlaylistFolders: false,
sidebarPlaylistFolderSeparator: '/',
sidebarPlaylistFolderTreeIndent: 16,
sidebarPlaylistFolderTreeLineColor: '',