fix theme sync
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
dca3d3ebc2
commit
895d339d86
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class MyTheme {
|
|||
bind.mainSetLocalOption(
|
||||
key: kCommConfKeyTheme, value: mode.toShortString());
|
||||
}
|
||||
bind.mainChangeTheme(dark: currentThemeMode().toShortString());
|
||||
bind.mainChangeTheme(dark: mode.toShortString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue