Add files via upload

This commit is contained in:
Mr-Update
2023-03-10 13:03:18 +01:00
committed by GitHub
parent d3ccf6032b
commit af257d1fd5
33 changed files with 133 additions and 1 deletions

View File

@@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("confirm_idd_driver_tip", ""),
("RDP Settings", ""),
("Sort by", ""),
("New connection", ""),
("Restore", ""),
("Minimize", ""),
("Maximize", ""),
].iter().cloned().collect();
}