Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0f6be786c4
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