mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
fix ci
This commit is contained in:
@@ -949,11 +949,11 @@ async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver<ipc:
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn option_synced() -> 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user