From c361c8438022f4f5fe447f23be76a1796ac62572 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Sun, 8 Sep 2024 18:03:43 +0200 Subject: [PATCH] Update AppDelegate.swift --- app/macos/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/macos/Runner/AppDelegate.swift b/app/macos/Runner/AppDelegate.swift index 8667347f5..444d08417 100644 --- a/app/macos/Runner/AppDelegate.swift +++ b/app/macos/Runner/AppDelegate.swift @@ -9,7 +9,7 @@ import Cocoa import FlutterMacOS -@NSApplicationMain +@main class AppDelegate: FlutterAppDelegate { override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { return true