feat: add audio switch ui

This commit is contained in:
Kingtous
2023-01-30 20:30:35 +08:00
parent 95d06e160b
commit cb228bef2b
39 changed files with 219 additions and 0 deletions

View File

@@ -445,5 +445,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "帧率"),
("Auto", "自动"),
("Other Default Options", "其它默认选项"),
("Guest to Host", "被控到主机"),
("Two way", "双向"),
("Audio Transmission Mode", "音频传输模式"),
].iter().cloned().collect();
}