Add files via upload

This commit is contained in:
Mr-Update
2023-04-12 22:16:39 +02:00
committed by GitHub
parent a0a0079e1c
commit 82681de633
34 changed files with 36 additions and 2 deletions

View File

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