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,
|
||||
channelOutputIds: Array(PLAYER_COUNT).fill(INTERNAL_OUTPUT_ID),
|
||||
resetTrimOnLoad: true,
|
||||
saveShowPlanChanges: false,
|
||||
saveShowPlanChanges: true,
|
||||
} as Settings,
|
||||
reducers: {
|
||||
changeSetting<K extends keyof Settings>(
|
||||
|
|
Loading…
Reference in a new issue