Re-add diagnostic headers
This commit is contained in:
parent
f5679f98d6
commit
89aa6a3726
4 changed files with 67 additions and 23 deletions
|
@ -27,6 +27,7 @@ pub enum Icon {
|
|||
Bolt,
|
||||
CaseSensitive,
|
||||
Check,
|
||||
Copy,
|
||||
ChevronDown,
|
||||
ChevronLeft,
|
||||
ChevronRight,
|
||||
|
@ -99,6 +100,7 @@ impl Icon {
|
|||
Icon::Bolt => "icons/bolt.svg",
|
||||
Icon::CaseSensitive => "icons/case_insensitive.svg",
|
||||
Icon::Check => "icons/check.svg",
|
||||
Icon::Copy => "icons/copy.svg",
|
||||
Icon::ChevronDown => "icons/chevron_down.svg",
|
||||
Icon::ChevronLeft => "icons/chevron_left.svg",
|
||||
Icon::ChevronRight => "icons/chevron_right.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue