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
|
@ -685,7 +685,7 @@ impl Panel for NotificationPanel {
|
|||
return Some(IconName::Bell);
|
||||
}
|
||||
|
||||
Some(IconName::BellBadged)
|
||||
Some(IconName::BellDot)
|
||||
}
|
||||
|
||||
fn icon_tooltip(&self, _cx: &WindowContext) -> Option<&'static str> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue