feat(webui): change default theme to system

This commit is contained in:
Gauthier Roebroeck 2021-05-20 18:03:06 +08:00
parent 2473090c36
commit b7a371b7ea

View file

@ -4,7 +4,7 @@ import {Theme} from "@/types/themes";
export const persistedModule: Module<any, any> = {
state: {
locale: '',
theme: Theme.LIGHT,
theme: Theme.SYSTEM,
webreader: {
paged: {
scale: '',