mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 12:29:04 +08:00
allow /r in command line
This commit is contained in:
parent
6ea0dbc70f
commit
45dbea57f1
@ -1166,6 +1166,12 @@ impl LoginConfigHandler {
|
||||
}
|
||||
self.other_server = Some((real_id.clone(), server.to_owned(), key.to_owned()));
|
||||
id = format!("{real_id}@{server}");
|
||||
} else {
|
||||
let real_id = crate::ui_interface::handle_relay_id(&id);
|
||||
if real_id != id {
|
||||
force_relay = true;
|
||||
id = real_id.to_owned();
|
||||
}
|
||||
}
|
||||
|
||||
self.id = id;
|
||||
|
Loading…
Reference in New Issue
Block a user