mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 07:41:29 +03:00
compelete fix https://github.com/rustdesk/rustdesk/discussions/10210
rather than the awful workaround
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Cocoa
|
||||
import FlutterMacOS
|
||||
|
||||
@NSApplicationMain
|
||||
@main
|
||||
class AppDelegate: FlutterAppDelegate {
|
||||
var launched = false;
|
||||
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user