update
This commit is contained in:
@@ -48,6 +48,7 @@ impl Assets {
|
||||
}
|
||||
|
||||
pub enum CustomIconName {
|
||||
Unlock,
|
||||
Filter,
|
||||
GlobalOn,
|
||||
GlobalOff,
|
||||
@@ -56,6 +57,7 @@ pub enum CustomIconName {
|
||||
impl IconNamed for CustomIconName {
|
||||
fn path(self) -> gpui::SharedString {
|
||||
match self {
|
||||
CustomIconName::Unlock => "icons/unlock.svg",
|
||||
CustomIconName::Filter => "icons/filter.svg",
|
||||
CustomIconName::GlobalOn => "icons/global-on.svg",
|
||||
CustomIconName::GlobalOff => "icons/global-off.svg",
|
||||
|
||||
Reference in New Issue
Block a user