🎨 外观模式支持跟随系统切换 https://github.com/siyuan-note/siyuan/issues/5854

This commit is contained in:
Liang Ding 2022-09-25 22:26:37 +08:00
parent 7b66693c7c
commit 8177423ff3
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -40,7 +40,7 @@ type Appearance struct {
func NewAppearance() *Appearance {
return &Appearance{
Mode: 0,
ModeOS: false,
ModeOS: true,
ThemeDark: "midnight",
ThemeLight: "daylight",
Icon: "material",