refactor remote menubar with MenuBar for submenu

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-02-23 14:30:29 +08:00
parent 5b8e51d6b9
commit 4338451f6f
36 changed files with 1582 additions and 1325 deletions

View File

@@ -454,5 +454,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop voice call", "停止語音聊天"),
("relay_hint_tip", "可能無法直連,可以嘗試中繼連接。 \n另外如果想直接使用中繼連接可以在ID後面添加/r或者在卡片選項裡選擇強制走中繼連接。"),
("Reconnect", "重連"),
("Codec", "編解碼"),
("Resolution", "分辨率"),
].iter().cloned().collect();
}