Undo a little fucky wucky
This commit is contained in:
parent
ba4e6942cb
commit
ed806b7893
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const settingsState = createSlice({
|
||||||
channelVUsStereo: true,
|
channelVUsStereo: true,
|
||||||
channelOutputIds: Array(PLAYER_COUNT).fill(INTERNAL_OUTPUT_ID),
|
channelOutputIds: Array(PLAYER_COUNT).fill(INTERNAL_OUTPUT_ID),
|
||||||
resetTrimOnLoad: true,
|
resetTrimOnLoad: true,
|
||||||
saveShowPlanChanges: false,
|
saveShowPlanChanges: true,
|
||||||
} as Settings,
|
} as Settings,
|
||||||
reducers: {
|
reducers: {
|
||||||
changeSetting<K extends keyof Settings>(
|
changeSetting<K extends keyof Settings>(
|
||||||
|
|
Loading…
Reference in a new issue