Merge branch 'master' into patch-1

This commit is contained in:
RustDesk
2023-10-14 22:22:17 +08:00
committed by GitHub
87 changed files with 2998 additions and 1326 deletions

View File

@@ -558,5 +558,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Filter by intersection", "Фильтровать по пересечению"),
("Remove wallpaper during incoming sessions", "Удалить обои в сеансе"),
("Test", "Тест"),
("switch_display_elevated_connections_tip", ""),
("display_is_plugged_out_msg", ""),
("No displays", ""),
("elevated_switch_display_msg", ""),
("Open in new window", ""),
("Show displays as individual windows", ""),
].iter().cloned().collect();
}