fix(macos): Respect Minimize to tray option (#1001)

This commit is contained in:
Piotr Rogowski 2024-01-02 17:41:03 +01:00 committed by GitHub
parent ba4e11a40a
commit 69559ba242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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