Update: allow user to set time
This commit is contained in:
committed by
Lei Nelissen
parent
cf29516c00
commit
9cbc5a26ba
@@ -62,7 +62,7 @@ const persistConfig: PersistConfig<Omit<AppState, '_persist'>> = {
|
||||
settings: {
|
||||
...state.settings,
|
||||
enableSleepTimer: false,
|
||||
sleepTime: 60,
|
||||
sleepTime: 0,
|
||||
remainingSleepTime: 0
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user