fix(night-mode): migrate cookie solution to store only

Signed-off-by: Erik Michelson <michelson@uni-bremen.de>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-02-19 21:01:13 +01:00 committed by David Mehren
parent 9055214418
commit 057777f31f
3 changed files with 13 additions and 20 deletions

View file

@ -2,8 +2,7 @@ import modeType from './modeType'
const state = {
syncscroll: true,
currentMode: modeType.view,
nightMode: false
currentMode: modeType.view
}
export default state