student-legacy/filcnaplo/macos/Runner/AppDelegate.swift
Márton Kiss 1558794e93 igen
2023-05-26 21:25:00 +02:00

10 lines
223 B
Swift

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