mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-25 06:01:00 +03:00
refactor tray uninstall service
This commit is contained in:
@@ -182,7 +182,7 @@ pub fn is_installed_daemon(prompt: bool) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
pub fn uninstall(show_new_window: bool) -> bool {
|
||||
pub fn uninstall_service(show_new_window: bool) -> bool {
|
||||
// to-do: do together with win/linux about refactory start/stop service
|
||||
if !is_installed_daemon(false) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user