mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
feat(webui): change default theme to system
This commit is contained in:
parent
2473090c36
commit
b7a371b7ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue