fix: save/restore window position on macos

also hide on launch
This commit is contained in:
Kingtous
2023-01-06 20:40:29 -08:00
parent c1f983a952
commit 40e9462679
7 changed files with 30 additions and 20 deletions

View File

@@ -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 {