1. fix cm window size onToggle Chat.

2. no need to show remote info in cm chat_page.
3. hide Chat IconButton when client unauthorized
4. update lang
This commit is contained in:
csf
2022-09-26 18:10:54 +08:00
parent 536f25f33c
commit 52c6e309ce
25 changed files with 42 additions and 17 deletions

View File

@@ -351,5 +351,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Unpin menubar", "Desbloquear barra de menú"),
("Enable LAN Discovery", ""),
("Deny LAN Discovery", ""),
("Write a message", ""),
].iter().cloned().collect();
}