mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 外观模式支持跟随系统切换 https://github.com/siyuan-note/siyuan/issues/5854
This commit is contained in:
@@ -40,7 +40,7 @@ type Appearance struct {
|
||||
func NewAppearance() *Appearance {
|
||||
return &Appearance{
|
||||
Mode: 0,
|
||||
ModeOS: false,
|
||||
ModeOS: true,
|
||||
ThemeDark: "midnight",
|
||||
ThemeLight: "daylight",
|
||||
Icon: "material",
|
||||
|
||||
Reference in New Issue
Block a user