mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 20:51:29 +03:00
mainly for mac, if somehow --server not killed
This commit is contained in:
@@ -107,7 +107,9 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
crate::platform::uninstall_service(false);
|
if !crate::platform::uninstall_service(false) {
|
||||||
|
*control_flow = ControlFlow::Exit;
|
||||||
|
}
|
||||||
} else if event.id == open_i.id() {
|
} else if event.id == open_i.id() {
|
||||||
open_func();
|
open_func();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user