mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 09:01:28 +03:00
fix desktop dark mode
This commit is contained in:
@@ -118,7 +118,9 @@ void window_on_top(int? id) {
|
||||
windowManager.show();
|
||||
windowManager.focus();
|
||||
} else {
|
||||
WindowController.fromWindowId(id)..focus()..show();
|
||||
WindowController.fromWindowId(id)
|
||||
..focus()
|
||||
..show();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user