opt: ui and message

This commit is contained in:
Kingtous
2023-02-07 17:16:06 +08:00
parent 66aaf243cf
commit 29b1d106aa
33 changed files with 99 additions and 161 deletions

View File

@@ -446,10 +446,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Guest to Host", ""),
("Dual way", ""),
("Guest to host audio transmission", ""),
("Dual way audio transmission", ""),
("Audio Transmission Mode", ""),
("Voice call", ""),
("Text chat", ""),
("Stop voice call", ""),
].iter().cloned().collect();
}