From 7fcb516bd48c2be80e2d2e31d089fe01ae42203d Mon Sep 17 00:00:00 2001 From: mateosalta Date: Mon, 3 Feb 2020 05:51:54 -0600 Subject: use avaible suru icons icons used were from another theme, this switches out to available suru icons --- src/sound-menu.vala | 4 ++-- 1 file 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; } -- cgit v1.2.3