mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-01 01:29:02 +08:00
fix ci
This commit is contained in:
parent
233e9d80e6
commit
6e78a7debf
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user