Skip to content

Commit

Permalink
DeviceMonitor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 14, 2023
1 parent 7e7ae06 commit ca6530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputDeviceMonitor.vala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.setings.sound.sound");
props.sets (PulseAudio.Proplist.PROP_APPLICATION_ID, "io.elementary.settings");
props.sets (PulseAudio.Proplist.PROP_APPLICATION_ICON_NAME, "preferences-desktop-sound");
props.sets (PulseAudio.Proplist.PROP_APPLICATION_VERSION, "0.1");

Expand Down

0 comments on commit ca6530e

Please sign in to comment.