Translate-Flutter/macos/Runner/AppDelegate.swift
fengshengxiong c39a412706 init connmit
2024-07-01 14:18:42 +08:00

10 lines
214 B
Swift
Executable File

import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}