remove linux tray, since pkexec can not work under run_as env
This commit is contained in:
parent
53431eb162
commit
330bc03768
2 changed files with 0 additions and 10 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue