refactor tray uninstall service

This commit is contained in:
rustdesk
2023-06-09 22:02:25 +08:00
parent 1ad5d0b726
commit 644da37a4f
5 changed files with 6 additions and 7 deletions

View File

@@ -1144,7 +1144,7 @@ pub fn uninstall_service(show_new_window: bool) -> bool {
if show_new_window {
run_me_with(2);
}
std::process::exit(0);
true
}
pub fn install_service() -> bool {