mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 08:31:08 +03:00
fix: win, prompt uac, update_install_option (#11741)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ impl RendezvousMediator {
|
||||
}
|
||||
crate::hbbs_http::sync::start();
|
||||
#[cfg(target_os = "windows")]
|
||||
if crate::platform::is_installed() && !crate::is_custom_client() {
|
||||
if crate::platform::is_installed() && crate::is_server() && !crate::is_custom_client() {
|
||||
crate::updater::start_auto_update();
|
||||
}
|
||||
check_zombie();
|
||||
|
||||
Reference in New Issue
Block a user