mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Fix icon path for Icon::AudioOn
(#3869)
This PR fixes the icon path for `Icon::AudioOn` so that it points to a file that exists. Release Notes: - Fixed the loading of the deafen icon in the call controls.
This commit is contained in:
parent
2ec58c0438
commit
1a3c931d61
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ impl Icon {
|
|||
Icon::ArrowUpRight => "icons/arrow_up_right.svg",
|
||||
Icon::AtSign => "icons/at_sign.svg",
|
||||
Icon::AudioOff => "icons/speaker_off.svg",
|
||||
Icon::AudioOn => "icons/speaker-loud.svg",
|
||||
Icon::AudioOn => "icons/speaker_loud.svg",
|
||||
Icon::Backspace => "icons/backspace.svg",
|
||||
Icon::Bell => "icons/bell.svg",
|
||||
Icon::BellOff => "icons/bell_off.svg",
|
||||
|
|
Loading…
Reference in a new issue