Skip to content

Commit

Permalink
re-fix app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 14, 2023
1 parent d513aa1 commit 459d9d2
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.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_VERSION, "0.1");

Expand Down

0 comments on commit 459d9d2

Please sign in to comment.