package updates

This commit is contained in:
2025-08-04 19:51:04 -04:00
parent 763635cbb8
commit c4846eb45b
7 changed files with 200 additions and 159 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
}
}