windows silent install notification

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-07 21:29:49 +08:00
parent 065c19cbbc
commit 91decea302
38 changed files with 698 additions and 549 deletions

View File

@@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change Color", ""),
("Primary Color", ""),
("HSV Color", ""),
("Installation Successful!", ""),
("Installation failed!", ""),
].iter().cloned().collect();
}