mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 06:51:26 +03:00
opt: dark theme, add follow system mode
This commit is contained in:
@@ -48,7 +48,7 @@ impl InvokeUiCM for SciterHandler {
|
||||
self.call("newMessage", &make_args!(id, text));
|
||||
}
|
||||
|
||||
fn change_theme(&self, _dark: bool) {
|
||||
fn change_theme(&self, _dark: String) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user