mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
This commit is contained in:
@@ -131,7 +131,7 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
if !crate::platform::uninstall_service(false) {
|
||||
if !crate::platform::uninstall_service(false, false) {
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
} else if event.id == open_i.id() {
|
||||
|
||||
Reference in New Issue
Block a user