From 8177423ff38f13db1e053dcff00293f8ed2ed2b9 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 25 Sep 2022 22:26:37 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=A4=96=E8=A7=82=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=B7=9F=E9=9A=8F=E7=B3=BB=E7=BB=9F=E5=88=87?= =?UTF-8?q?=E6=8D=A2=20https://github.com/siyuan-note/siyuan/issues/5854?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/appearance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/appearance.go b/kernel/conf/appearance.go index 50b99d2b4..07507b78e 100644 --- a/kernel/conf/appearance.go +++ b/kernel/conf/appearance.go @@ -40,7 +40,7 @@ type Appearance struct { func NewAppearance() *Appearance { return &Appearance{ Mode: 0, - ModeOS: false, + ModeOS: true, ThemeDark: "midnight", ThemeLight: "daylight", Icon: "material",