adjust some settings defaults

This commit is contained in:
jeffvli
2025-12-07 19:57:10 -08:00
parent 4f4300042b
commit e4b5158fe3
+4 -7
View File
@@ -668,8 +668,8 @@ const platformDefaultWindowBarStyle: Platform = getPlatformDefaultWindowBarStyle
const initialState: SettingsState = {
autoDJ: {
enabled: false,
itemCount: 10,
timing: 3,
itemCount: 5,
timing: 1,
},
css: {
content: '',
@@ -722,8 +722,8 @@ const initialState: SettingsState = {
type: PlayerbarSliderType.WAVEFORM,
},
resume: true,
showLyricsInSidebar: true,
showVisualizerInSidebar: true,
showLyricsInSidebar: false,
showVisualizerInSidebar: false,
sidebarCollapsedNavigation: true,
sidebarCollapseShared: false,
sidebarItems,
@@ -928,7 +928,6 @@ const initialState: SettingsState = {
TableColumn.LAST_PLAYED,
TableColumn.USER_FAVORITE,
TableColumn.USER_RATING,
TableColumn.ACTIONS,
],
}),
enableAlternateRowColors: false,
@@ -973,7 +972,6 @@ const initialState: SettingsState = {
TableColumn.LAST_PLAYED,
TableColumn.USER_FAVORITE,
TableColumn.USER_RATING,
TableColumn.ACTIONS,
],
}),
enableAlternateRowColors: false,
@@ -1052,7 +1050,6 @@ const initialState: SettingsState = {
TableColumn.TITLE,
TableColumn.DURATION,
TableColumn.SONG_COUNT,
TableColumn.ACTIONS,
],
}),
enableAlternateRowColors: false,