fix(ui): enable all schedulers by default

This commit is contained in:
psychedelicious 2023-06-18 19:39:31 +10:00
parent 94cfcdc411
commit 450641c414

View File

@ -21,7 +21,7 @@ export const initialUIState: UIState = {
shouldShowGallery: true,
shouldHidePreview: false,
shouldShowProgressInViewer: true,
enabledSchedulers: [],
enabledSchedulers: SCHEDULER_NAMES,
};
export const uiSlice = createSlice({