mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
@@ -370,6 +370,7 @@ pub fn set_option(key: String, value: String) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if &key == "audio-input" {
|
} else if &key == "audio-input" {
|
||||||
|
#[cfg(not(target_os = "ios"))]
|
||||||
crate::audio_service::restart();
|
crate::audio_service::restart();
|
||||||
}
|
}
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
|
|||||||
Reference in New Issue
Block a user