Undo a little fucky wucky

This commit is contained in:
Marks Polakovs 2021-02-08 20:42:21 +00:00
parent ba4e6942cb
commit ed806b7893

View file

@ -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>(