Files
mih-project/Frontend/patient_manager/macos/Runner/AppDelegate.swift
yaso-meth 45ef778274 v1 upload
First upload of project files
2024-03-23 11:49:29 +02:00

10 lines
214 B
Swift

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