WIP: start search2

This commit is contained in:
Piotr Osiewicz 2023-11-13 20:38:37 +01:00
parent 7a454bed22
commit dfd68d4cb8
18 changed files with 5115 additions and 43 deletions

View file

@ -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",
}
}
}