mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
remove linux tray, since pkexec can not work under run_as env
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user