rustdesk
2024-03-27 00:38:13 +08:00
parent 81aec8402b
commit 85f387bfb9
8 changed files with 20 additions and 13 deletions

View File

@@ -131,7 +131,7 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
return;
}
*/
if !crate::platform::uninstall_service(false) {
if !crate::platform::uninstall_service(false, false) {
*control_flow = ControlFlow::Exit;
}
} else if event.id == open_i.id() {