mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 00:31:27 +03:00
applicationShouldOpenUntitledFile
This commit is contained in:
@@ -7,4 +7,9 @@ class AppDelegate: FlutterAppDelegate {
|
||||
dummy_method_to_enforce_bundling()
|
||||
return true
|
||||
}
|
||||
|
||||
override func applicationShouldOpenUntitledFile(_ sender: NSApplication) -> Bool {
|
||||
handle_applicationShouldOpenUntitledFile();
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user