Files
gl_dao/macos/Runner/AppDelegate.swift
唐明明 4a635f3570 init
2022-05-26 11:31:11 +08:00

10 lines
214 B
Swift

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