mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
better print
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
4e7a8065b9
commit
a023764bfd
2 changed files with 9 additions and 5 deletions
|
@ -22,7 +22,7 @@ import texture_rgba_renderer
|
|||
class MainFlutterWindow: NSWindow {
|
||||
override func awakeFromNib() {
|
||||
if (!rustdesk_core_main()){
|
||||
print("Rustdesk core returns false, exiting without launching Flutter app")
|
||||
print("Rustdesk core returns false, exiting without launching Flutter app.")
|
||||
NSApplication.shared.terminate(self)
|
||||
}
|
||||
let flutterViewController = FlutterViewController.init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue