add ref viewer
This commit is contained in:
@@ -53,6 +53,8 @@ pub enum CustomIconName {
|
||||
GlobalOn,
|
||||
GlobalOff,
|
||||
GitClone,
|
||||
GitBranch,
|
||||
Tag,
|
||||
}
|
||||
|
||||
impl IconNamed for CustomIconName {
|
||||
@@ -63,6 +65,8 @@ impl IconNamed for CustomIconName {
|
||||
CustomIconName::GlobalOn => "icons/global-on.svg",
|
||||
CustomIconName::GlobalOff => "icons/global-off.svg",
|
||||
CustomIconName::GitClone => "icons/git-clone.svg",
|
||||
CustomIconName::GitBranch => "icons/git-branch.svg",
|
||||
CustomIconName::Tag => "icons/tag.svg",
|
||||
}
|
||||
.into()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user