Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-09-25 22:32:39 +08:00
commit 0f6be786c4

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",