From 6e78a7debfa334c374a1d2fd69bfc2f2ec93c66f Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 24 Jun 2023 16:16:29 +0800 Subject: [PATCH] fix ci --- src/ui_interface.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui_interface.rs b/src/ui_interface.rs index 9496e4d6c..6e99e5fa8 100644 --- a/src/ui_interface.rs +++ b/src/ui_interface.rs @@ -949,11 +949,11 @@ async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver bool { - #[cfg(not(any(target_os = "android", feature = "flutter")))] + #[cfg(not(any(target_os = "android", feature = "ios")))] { OPTION_SYNCED.lock().unwrap().clone() } - #[cfg(any(target_os = "android", feature = "flutter"))] + #[cfg(any(target_os = "android", feature = "ios"))] { true }