mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
adjust some settings defaults
This commit is contained in:
@@ -668,8 +668,8 @@ const platformDefaultWindowBarStyle: Platform = getPlatformDefaultWindowBarStyle
|
|||||||
const initialState: SettingsState = {
|
const initialState: SettingsState = {
|
||||||
autoDJ: {
|
autoDJ: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
itemCount: 10,
|
itemCount: 5,
|
||||||
timing: 3,
|
timing: 1,
|
||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
content: '',
|
content: '',
|
||||||
@@ -722,8 +722,8 @@ const initialState: SettingsState = {
|
|||||||
type: PlayerbarSliderType.WAVEFORM,
|
type: PlayerbarSliderType.WAVEFORM,
|
||||||
},
|
},
|
||||||
resume: true,
|
resume: true,
|
||||||
showLyricsInSidebar: true,
|
showLyricsInSidebar: false,
|
||||||
showVisualizerInSidebar: true,
|
showVisualizerInSidebar: false,
|
||||||
sidebarCollapsedNavigation: true,
|
sidebarCollapsedNavigation: true,
|
||||||
sidebarCollapseShared: false,
|
sidebarCollapseShared: false,
|
||||||
sidebarItems,
|
sidebarItems,
|
||||||
@@ -928,7 +928,6 @@ const initialState: SettingsState = {
|
|||||||
TableColumn.LAST_PLAYED,
|
TableColumn.LAST_PLAYED,
|
||||||
TableColumn.USER_FAVORITE,
|
TableColumn.USER_FAVORITE,
|
||||||
TableColumn.USER_RATING,
|
TableColumn.USER_RATING,
|
||||||
TableColumn.ACTIONS,
|
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
enableAlternateRowColors: false,
|
enableAlternateRowColors: false,
|
||||||
@@ -973,7 +972,6 @@ const initialState: SettingsState = {
|
|||||||
TableColumn.LAST_PLAYED,
|
TableColumn.LAST_PLAYED,
|
||||||
TableColumn.USER_FAVORITE,
|
TableColumn.USER_FAVORITE,
|
||||||
TableColumn.USER_RATING,
|
TableColumn.USER_RATING,
|
||||||
TableColumn.ACTIONS,
|
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
enableAlternateRowColors: false,
|
enableAlternateRowColors: false,
|
||||||
@@ -1052,7 +1050,6 @@ const initialState: SettingsState = {
|
|||||||
TableColumn.TITLE,
|
TableColumn.TITLE,
|
||||||
TableColumn.DURATION,
|
TableColumn.DURATION,
|
||||||
TableColumn.SONG_COUNT,
|
TableColumn.SONG_COUNT,
|
||||||
TableColumn.ACTIONS,
|
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
enableAlternateRowColors: false,
|
enableAlternateRowColors: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user