mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
idd_not_support_tip to idd_not_support_under_win10_2004_tip
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -2372,7 +2372,7 @@ impl Connection {
|
||||
|
||||
if t.on {
|
||||
if !virtual_display_manager::is_virtual_display_supported() {
|
||||
self.send(make_msg("idd_not_support_tip".to_string())).await;
|
||||
self.send(make_msg("idd_not_support_under_win10_2004_tip".to_string())).await;
|
||||
} else {
|
||||
if let Err(e) =
|
||||
virtual_display_manager::plug_in_index_modes(t.display as _, Vec::new())
|
||||
|
||||
Reference in New Issue
Block a user