This commit is contained in:
rustdesk
2023-11-06 20:12:01 +08:00
parent 679a026e72
commit d7e8d4d5c3
64 changed files with 1193 additions and 1082 deletions

View File

@@ -1088,7 +1088,7 @@ pub fn main_get_user_default_option(key: String) -> SyncReturn<String> {
}
pub fn main_handle_relay_id(id: String) -> String {
handle_relay_id(id)
handle_relay_id(&id).to_owned()
}
pub fn main_get_main_display() -> SyncReturn<String> {