fix linux uni (url) and tray exit

This commit is contained in:
rustdesk
2023-06-10 18:24:03 +08:00
parent 9799758c96
commit 7fba1800ec
7 changed files with 52 additions and 44 deletions

View File

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

View File

@@ -2171,7 +2171,7 @@ pub fn uninstall_service(show_new_window: bool) -> bool {
return true;
}
run_after_run_cmds(!show_new_window);
true
std::process::exit(0);
}
pub fn install_service() -> bool {