Add files via upload

This commit is contained in:
Mr-Update
2023-04-15 18:11:14 +02:00
committed by GitHub
parent 573417dc17
commit 225a549e4e
34 changed files with 34 additions and 0 deletions

View File

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