🎨 外观模式支持跟随系统切换 https://github.com/siyuan-note/siyuan/issues/5854
This commit is contained in:
parent
7b66693c7c
commit
8177423ff3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ type Appearance struct {
|
|||
func NewAppearance() *Appearance {
|
||||
return &Appearance{
|
||||
Mode: 0,
|
||||
ModeOS: false,
|
||||
ModeOS: true,
|
||||
ThemeDark: "midnight",
|
||||
ThemeLight: "daylight",
|
||||
Icon: "material",
|
||||
|
|
Loading…
Add table
Reference in a new issue