portable service only run on main display (#8525)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-06-29 14:17:24 +08:00
committed by GitHub
parent 1fd170b089
commit d67afa49b4
46 changed files with 123 additions and 183 deletions

View File

@@ -551,7 +551,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Test", "测试"),
("display_is_plugged_out_msg", "显示器被拔出,切换到第一个显示器。"),
("No displays", "没有显示器。"),
("elevated_switch_display_msg", "切换到主显示器,因为用户提权后,不支持多显示器画面。"),
("Open in new window", "在新的窗口中打开"),
("Show displays as individual windows", "在单个窗口中打开显示器"),
("Use all my displays for the remote session", "将我的所有显示器用于远程会话"),
@@ -570,10 +569,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enter privacy mode", "进入隐私模式"),
("Exit privacy mode", "退出隐私模式"),
("idd_not_support_under_win10_2004_tip", "不支持 Indirect display driver 。需要 Windows 10 版本 2004 及更高的版本。"),
("switch_display_elevated_connections_tip", "用户提权后,被控有多个连接,不能切换到非主显示器。若要控制多显示器,请安装后再试。"),
("input_source_1_tip", "输入源 1"),
("input_source_2_tip", "输入源 2"),
("capture_display_elevated_connections_tip", "用户提权后,不能显示多个显示器。若要控制多显示器,请安装后再试。"),
("Swap control-command key", "交换 Control 键和 Command 键"),
("swap-left-right-mouse", "交换鼠标左右键"),
("2FA code", "双重认证代码"),
@@ -627,5 +624,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Volume up", "提升音量"),
("Volume down", "降低音量"),
("Power", "电源"),
("Telegram bot", ""),
("enable-bot-tip", ""),
("enable-bot-desc", ""),
].iter().cloned().collect();
}