mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 14:23:19 +03:00
add: multi window focus
This commit is contained in:
@@ -472,7 +472,7 @@ class _DesktopHomePageState extends State<DesktopHomePage> with TrayListener, Wi
|
||||
print(
|
||||
"call ${call.method} with args ${call.arguments} from window ${fromWindowId}");
|
||||
if (call.method == "main_window_on_top") {
|
||||
window_on_top();
|
||||
window_on_top(null);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user