fix(macos): Re-enable quit-on-hide

This commit is contained in:
Jagandeep Brar
2022-01-04 20:53:23 -06:00
parent 8ecc7e469b
commit 72cbfb759a

View File

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