Support switching keyboard mode by UI

This commit is contained in:
Asura
2022-07-23 20:51:01 +08:00
parent 25c7bbd96f
commit 1b0fb5132c
4 changed files with 136 additions and 4 deletions

View File

@@ -300,5 +300,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Activate onetime password", "激活一次性访问功能"),
("Set security password", "设置安全密码"),
("Connection not allowed", "对方不允许连接"),
("Legacy mode", "传统模式"),
("Map mode", "11传输"),
].iter().cloned().collect();
}