fix(macos): Respect Minimize to tray option

This commit is contained in:
Piotr Rogowski 2024-01-02 10:23:06 +01:00
parent ec7c952270
commit 2ed18d0e78
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F

View File

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