Skip to content

Commit

Permalink
preferences-desktop-sound → multimedia-volume-control
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 14, 2024
1 parent aa48a11 commit c651318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/sound.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>

<icon type="stock">preferences-desktop-sound</icon>
<icon type="stock">multimedia-volume-control</icon>
<name>Sound Settings</name>
<summary>Change sound and microphone volume</summary>

Expand Down
2 changes: 1 addition & 1 deletion src/InputDeviceMonitor.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c651318

Please sign in to comment.