Update: allow user to set time

This commit is contained in:
Benard Mathu
2023-07-21 13:07:10 +03:00
committed by Lei Nelissen
parent cf29516c00
commit 9cbc5a26ba
8 changed files with 165 additions and 43 deletions

View File

@@ -62,7 +62,7 @@ const persistConfig: PersistConfig<Omit<AppState, '_persist'>> = {
settings: {
...state.settings,
enableSleepTimer: false,
sleepTime: 60,
sleepTime: 0,
remainingSleepTime: 0
}
};