remove linux tray, since pkexec can not work under run_as env

This commit is contained in:
rustdesk
2023-06-09 23:16:21 +08:00
parent 53431eb162
commit 330bc03768
2 changed files with 0 additions and 10 deletions

View File

@@ -284,7 +284,6 @@ pub fn set_option(key: String, value: String) {
if value == "Y" {
if crate::platform::uninstall_service(true) {
std::process::exit(0);
return;
}
} else {
if crate::platform::install_service() {