mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 14:51:29 +03:00
installed windows client save incoming recording to a specific directory (#7974)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -607,5 +607,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Follow remote window focus", "跟随远程窗口焦点"),
|
||||
("default_proxy_tip", "默认代理协议及端口为 Socks5 和 1080"),
|
||||
("no_audio_input_device_tip", "未找到音频输入设备"),
|
||||
("Incoming", "被控"),
|
||||
("Outgoing", "主控"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user