mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
fix ios build
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
85b5c60d60
commit
a75d73b8ac
@ -157,6 +157,7 @@ fn handle_config_options(config_options: HashMap<String, String>) {
|
||||
Config::set_options(options);
|
||||
}
|
||||
|
||||
#[cfg(not(any(target_os = "ios")))]
|
||||
pub fn is_pro() -> bool {
|
||||
PRO.lock().unwrap().clone()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user