mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix theme sync
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
dca3d3ebc2
commit
895d339d86
@ -230,7 +230,7 @@ class MyTheme {
|
||||
bind.mainSetLocalOption(
|
||||
key: kCommConfKeyTheme, value: mode.toShortString());
|
||||
}
|
||||
bind.mainChangeTheme(dark: currentThemeMode().toShortString());
|
||||
bind.mainChangeTheme(dark: mode.toShortString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user