Skip to content

Commit

Permalink
fix(macos): Respect Minimize to tray option (KRTirtho#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored Jan 2, 2024
1 parent ba4e11a commit 69559ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
return false
}
}

0 comments on commit 69559ba

Please sign in to comment.