mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +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;
|
||||
}
|
||||
*/
|
||||
crate::platform::uninstall_service(false);
|
||||
if !crate::platform::uninstall_service(false) {
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
} else if event.id == open_i.id() {
|
||||
open_func();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user