Merge pull request #2247 from 21pages/approve-mode

approve mode
This commit is contained in:
RustDesk
2022-11-21 10:17:40 +08:00
committed by GitHub
39 changed files with 298 additions and 56 deletions

View File

@@ -563,7 +563,7 @@ pub fn main_get_connect_status() -> String {
pub fn main_check_connect_status() {
#[cfg(not(any(target_os = "android", target_os = "ios")))]
check_mouse_time(); // avoid multi calls
start_option_status_sync(); // avoid multi calls
}
pub fn main_is_using_public_server() -> bool {