add reconnect button on Connection Error

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-02-16 14:54:13 +08:00
parent f21bd44f43
commit ed441242bf
35 changed files with 98 additions and 55 deletions

View File

@@ -450,5 +450,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Text chat", ""),
("Stop voice call", ""),
("relay_hint_tip", ""),
].iter().cloned().collect();
("Reconnect", ""),
].iter().cloned().collect();
}