This commit is contained in:
2026-08-11 11:05:28 +07:00
parent aabccdf099
commit e77cfe29d9
4 changed files with 9 additions and 2 deletions
+2
View File
@@ -52,6 +52,7 @@ pub enum CustomIconName {
Filter,
GlobalOn,
GlobalOff,
GitClone,
}
impl IconNamed for CustomIconName {
@@ -61,6 +62,7 @@ impl IconNamed for CustomIconName {
CustomIconName::Filter => "icons/filter.svg",
CustomIconName::GlobalOn => "icons/global-on.svg",
CustomIconName::GlobalOff => "icons/global-off.svg",
CustomIconName::GitClone => "icons/git-clone.svg",
}
.into()
}