Updated app version

This commit is contained in:
Juan Gilsanz Polo 2025-03-09 20:36:45 +01:00
parent eded494024
commit 7632d9ef87
13 changed files with 90 additions and 82 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
}
}