Rename BellBadged
to BellDot
(#6820)
This PR renames the `BellBadged` icon to `BellDot` to be a bit clearer as to what its contents are. Release Notes: - N/A
This commit is contained in:
parent
62365e6a29
commit
c3110d3dce
3 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
|
@ -685,7 +685,7 @@ impl Panel for NotificationPanel {
|
||||||
return Some(IconName::Bell);
|
return Some(IconName::Bell);
|
||||||
}
|
}
|
||||||
|
|
||||||
Some(IconName::BellBadged)
|
Some(IconName::BellDot)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn icon_tooltip(&self, _cx: &WindowContext) -> Option<&'static str> {
|
fn icon_tooltip(&self, _cx: &WindowContext) -> Option<&'static str> {
|
||||||
|
|
|
@ -39,7 +39,7 @@ pub enum IconName {
|
||||||
Bell,
|
Bell,
|
||||||
BellOff,
|
BellOff,
|
||||||
BellRing,
|
BellRing,
|
||||||
BellBadged,
|
BellDot,
|
||||||
Bolt,
|
Bolt,
|
||||||
CaseSensitive,
|
CaseSensitive,
|
||||||
Check,
|
Check,
|
||||||
|
@ -131,7 +131,7 @@ impl IconName {
|
||||||
IconName::Bell => "icons/bell.svg",
|
IconName::Bell => "icons/bell.svg",
|
||||||
IconName::BellOff => "icons/bell_off.svg",
|
IconName::BellOff => "icons/bell_off.svg",
|
||||||
IconName::BellRing => "icons/bell_ring.svg",
|
IconName::BellRing => "icons/bell_ring.svg",
|
||||||
IconName::BellBadged => "icons/bell_badged.svg",
|
IconName::BellDot => "icons/bell_dot.svg",
|
||||||
IconName::Bolt => "icons/bolt.svg",
|
IconName::Bolt => "icons/bolt.svg",
|
||||||
IconName::CaseSensitive => "icons/case_insensitive.svg",
|
IconName::CaseSensitive => "icons/case_insensitive.svg",
|
||||||
IconName::Check => "icons/check.svg",
|
IconName::Check => "icons/check.svg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue