mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
check if WDA_EXCLUDEFROMCAPTURE is supported
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -570,7 +570,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("id_input_tip", ""),
|
||||
("privacy_mode_impl_mag_tip", "模式 1 (不推荐)"),
|
||||
("privacy_mode_impl_virtual_display_tip", "模式 2 (推荐)"),
|
||||
("privacy_mode_impl_exclude_from_capture_tip", "模式 3"),
|
||||
("privacy_mode_impl_exclude_from_capture_tip", "模式 1"),
|
||||
("Enter privacy mode", "进入隐私模式"),
|
||||
("Exit privacy mode", "退出隐私模式"),
|
||||
].iter().cloned().collect();
|
||||
|
||||
@@ -205,6 +205,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("id_input_tip", "You can input an ID, a direct IP, or a domain with a port (<domain>:<port>).\nIf you want to access a device on another server, please append the server address (<id>@<server_address>?key=<key_value>), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"<id>@public\", the key is not needed for public server"),
|
||||
("privacy_mode_impl_mag_tip", "Mode 1 (deprecated)"),
|
||||
("privacy_mode_impl_virtual_display_tip", "Mode 2 (recommended)"),
|
||||
("privacy_mode_impl_exclude_from_capture_tip", "Mode 3"),
|
||||
("privacy_mode_impl_exclude_from_capture_tip", "Mode 1"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user