fix theme sync

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2022-12-17 12:27:31 +08:00
parent dca3d3ebc2
commit 895d339d86

View File

@ -230,7 +230,7 @@ class MyTheme {
bind.mainSetLocalOption( bind.mainSetLocalOption(
key: kCommConfKeyTheme, value: mode.toShortString()); key: kCommConfKeyTheme, value: mode.toShortString());
} }
bind.mainChangeTheme(dark: currentThemeMode().toShortString()); bind.mainChangeTheme(dark: mode.toShortString());
} }
} }