🐛 Bug fixes on creating call

This commit is contained in:
2024-12-14 00:14:23 +08:00
parent 39470d7dbf
commit c7d5cb48ac
8 changed files with 51 additions and 13 deletions

View File

@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}