This commit is contained in:
parent
81aec8402b
commit
85f387bfb9
8 changed files with 20 additions and 13 deletions
|
|
@ -1275,7 +1275,7 @@ fn switch_service(stop: bool) -> String {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn uninstall_service(show_new_window: bool) -> bool {
|
||||
pub fn uninstall_service(show_new_window: bool, _: bool) -> bool {
|
||||
if !has_cmd("systemctl") {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue