Skip to content

Commit

Permalink
Merge pull request rustdesk#5557 from 21pages/fix
Browse files Browse the repository at this point in the history
fix ios build
  • Loading branch information
rustdesk authored Aug 31, 2023
2 parents 7356b7a + a75d73b commit e88e17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hbbs_http/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit e88e17a

Please sign in to comment.