From c6513187198bee26b4b54339e475acf8aaaff958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 14 May 2024 15:22:08 -0700 Subject: [PATCH] =?UTF-8?q?preferences-desktop-sound=20=E2=86=92=20multime?= =?UTF-8?q?dia-volume-control?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sound.metainfo.xml.in | 2 +- src/InputDeviceMonitor.vala | 2 +- src/Plug.vala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/sound.metainfo.xml.in b/data/sound.metainfo.xml.in index fe8e7b37..2dda134c 100644 --- a/data/sound.metainfo.xml.in +++ b/data/sound.metainfo.xml.in @@ -6,7 +6,7 @@ CC0-1.0 GPL-2.0+ - preferences-desktop-sound + multimedia-volume-control Sound Settings Change sound and microphone volume diff --git a/src/InputDeviceMonitor.vala b/src/InputDeviceMonitor.vala index 2775abfd..b3a83afb 100644 --- a/src/InputDeviceMonitor.vala +++ b/src/InputDeviceMonitor.vala @@ -73,7 +73,7 @@ public class Sound.InputDeviceMonitor : GLib.Object { var props = new PulseAudio.Proplist (); props.sets (PulseAudio.Proplist.PROP_APPLICATION_NAME, "Sound Settings"); props.sets (PulseAudio.Proplist.PROP_APPLICATION_ID, "io.elementary.settings.sound"); - props.sets (PulseAudio.Proplist.PROP_APPLICATION_ICON_NAME, "preferences-desktop-sound"); + props.sets (PulseAudio.Proplist.PROP_APPLICATION_ICON_NAME, "multimedia-volume-control"); props.sets (PulseAudio.Proplist.PROP_APPLICATION_VERSION, "0.1"); steam = new PulseAudio.Stream (c, _("Peak detect"), ss, null, props); diff --git a/src/Plug.vala b/src/Plug.vala index 66d43f2b..ee69f875 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -23,7 +23,7 @@ public class Sound.Plug : Switchboard.Plug { code_name: "io.elementary.settings.sound", display_name: _("Sound"), description: _("Change sound and microphone volume"), - icon: "preferences-desktop-sound", + icon: "multimedia-volume-control", supported_settings: settings); }