diff options
author | mateosalta <mateo_salta@yahoo.com> | 2020-02-03 05:51:54 -0600 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-12 02:25:11 +0200 |
commit | 7fcb516bd48c2be80e2d2e31d089fe01ae42203d (patch) | |
tree | 0feb8ab10cab6ef1be768540bee6b3b70bb16377 /src | |
parent | 04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7 (diff) | |
download | ayatana-indicator-sound-7fcb516bd48c2be80e2d2e31d089fe01ae42203d.tar.gz ayatana-indicator-sound-7fcb516bd48c2be80e2d2e31d089fe01ae42203d.tar.bz2 ayatana-indicator-sound-7fcb516bd48c2be80e2d2e31d089fe01ae42203d.zip |
use avaible suru icons
icons used were from another theme, this switches out to available suru icons
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-menu.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index bcf2042..c0779e1 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -123,8 +123,8 @@ public class SoundMenu: Object set { if (value && !this.mic_volume_shown) { var slider = this.create_slider_menu_item (_("Microphone Volume"), "indicator.mic-volume", 0.0, 1.0, 0.01, - "audio-input-microphone-low-zero-panel", - "audio-input-microphone-high-panel", false); + "audio-input-microphone-symbolic", + "audio-input-microphone-muted-symbolic", false); volume_section.append_item (slider); this.mic_volume_shown = true; } |