remove calling refreshCurrentUser when connect status become ready (#8849)

When refreshCurrentUser throw error, show check network in ab and group
tab.

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-07-28 10:15:09 +08:00
committed by GitHub
parent 9750e1409c
commit 7e8d3bd2ac
51 changed files with 90 additions and 13 deletions

View File

@@ -631,5 +631,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-bot-confirm-tip", "Ste si istí, že chcete zrušiť bota Telegramu?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
("network_error_tip", ""),
].iter().cloned().collect();
}