Update AppDelegate.swift

This commit is contained in:
Feodor Fitsner 2024-11-29 14:25:41 -08:00
parent 895058300c
commit aa278d60ca
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return false
return true
}
}