小优化

This commit is contained in:
LollipopKit
2021-10-24 15:40:06 +08:00
parent f457c7caee
commit 554173bda5
35 changed files with 1322 additions and 74 deletions

View File

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