add: multi window focus

This commit is contained in:
kingtous
2022-08-09 19:32:19 +08:00
parent 8a113caf2e
commit ec3f7a8e91
4 changed files with 13 additions and 7 deletions

View File

@@ -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);
}
});
}