WIP: start search2
This commit is contained in:
parent
7a454bed22
commit
dfd68d4cb8
18 changed files with 5115 additions and 43 deletions
|
@ -97,6 +97,8 @@ pub enum Icon {
|
|||
BellRing,
|
||||
MailOpen,
|
||||
AtSign,
|
||||
WholeWord,
|
||||
CaseSensitive,
|
||||
}
|
||||
|
||||
impl Icon {
|
||||
|
@ -155,6 +157,8 @@ impl Icon {
|
|||
Icon::BellRing => "icons/bell-ring.svg",
|
||||
Icon::MailOpen => "icons/mail-open.svg",
|
||||
Icon::AtSign => "icons/at-sign.svg",
|
||||
Icon::WholeWord => "icons/word_search.svg",
|
||||
Icon::CaseSensitive => "icons/case_insensitive.svg",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue