Add new strings

This commit is contained in:
bovirus
2023-04-15 19:50:24 +02:00
committed by GitHub
parent 573417dc17
commit 3bac9adbd9

View File

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