mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 20:21:09 +03:00
This commit is contained in:
@@ -519,7 +519,7 @@ pub fn is_installed() -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn quit_gui() {
|
||||
pub fn quit_gui() {
|
||||
use cocoa::appkit::NSApp;
|
||||
unsafe {
|
||||
let () = msg_send!(NSApp(), terminate: nil);
|
||||
|
||||
Reference in New Issue
Block a user