This commit is contained in:
Михаил Капелько
2026-05-31 13:04:24 +03:00
parent 86cbee9f39
commit c90bf3df1a
5 changed files with 68 additions and 36 deletions

View File

@@ -1,9 +1,13 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}