mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
adjust some settings defaults
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user