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