mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 23:51:28 +03:00
opt: rename and move audio transmission mode
This commit is contained in:
@@ -448,6 +448,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Other Default Options", "其它默认选项"),
|
||||
("Guest to Host", "被控到主机"),
|
||||
("Dual way", "双向"),
|
||||
("Guest to host audio transmission", "被控到主机音频传输"),
|
||||
("Dual-way audio transmission", "双向音频传输"),
|
||||
("Audio Transmission Mode", "音频传输模式"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user