Merge branch 'master' into master

This commit is contained in:
RustDesk
2023-04-16 07:56:37 +08:00
committed by GitHub
34 changed files with 35 additions and 0 deletions

View File

@@ -494,5 +494,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No need to elevate", ""),
("System Sound", ""),
("Default", ""),
("New RDP", ""),
].iter().cloned().collect();
}