mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 01:21:30 +03:00
feat/virtual_display_privacy_mode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -302,8 +302,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Peer exit", "被控端退出"),
|
||||
("Failed to turn off", "退出失败"),
|
||||
("Turned off", "退出"),
|
||||
("In privacy mode", "进入隐私模式"),
|
||||
("Out privacy mode", "退出隐私模式"),
|
||||
("Language", "语言"),
|
||||
("Keep RustDesk background service", "保持 RustDesk 后台服务"),
|
||||
("Ignore Battery Optimizations", "忽略电池优化"),
|
||||
@@ -570,5 +568,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("True color (4:4:4)", "真彩模式(4:4:4)"),
|
||||
("Enable blocking user input", "允许阻止用户输入"),
|
||||
("id_input_tip", ""),
|
||||
("privacy_mode_impl_mag_tip", "旧的 Windows API"),
|
||||
("privacy_mode_impl_virtual_display_tip", "禁用物理显示器"),
|
||||
("Enter privacy mode", "进入隐私模式"),
|
||||
("Exit privacy mode", "退出隐私模式"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user