Skip to content

Commit

Permalink
Suppresses warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 24, 2024
1 parent 3724303 commit 111bc3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return false
}

override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}

0 comments on commit 111bc3d

Please sign in to comment.