mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Fixed typos, defaulted MacOS update prompt to use https
This commit is contained in:
@@ -135,7 +135,7 @@ impl Client {
|
||||
if ph.socket_addr.is_empty() {
|
||||
match ph.failure.enum_value_or_default() {
|
||||
punch_hole_response::Failure::ID_NOT_EXIST => {
|
||||
bail!("ID not exist");
|
||||
bail!("ID does not exist");
|
||||
}
|
||||
punch_hole_response::Failure::OFFLINE => {
|
||||
bail!("Remote desktop is offline");
|
||||
|
||||
Reference in New Issue
Block a user