forked from mirrors/rustdesk
fix remote tab tooltip (#12632)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
e7909a0dbd
commit
806351b6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ impl Client {
|
|||
connect_futures.push(
|
||||
async move {
|
||||
let conn = fut.await?;
|
||||
Ok((conn, None, "Relay"))
|
||||
Ok((conn, None, if use_ws() { "WebSocket" } else { "Relay" }))
|
||||
}
|
||||
.boxed(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue