mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 04:21:30 +03:00
fix: save/restore window position on macos
also hide on launch
This commit is contained in:
@@ -196,6 +196,8 @@ void runMultiWindow(
|
||||
// no such appType
|
||||
exit(0);
|
||||
}
|
||||
// show window from hidden status
|
||||
WindowController.fromWindowId(windowId!).show();
|
||||
}
|
||||
|
||||
void runConnectionManagerScreen(bool hide) async {
|
||||
|
||||
Reference in New Issue
Block a user