From 459d9d2643b4f5ede52f2579dab04c0372e90e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 14 Oct 2023 16:48:27 -0700 Subject: [PATCH] re-fix app ID --- src/InputDeviceMonitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputDeviceMonitor.vala b/src/InputDeviceMonitor.vala index 9951dd5e..2775abfd 100644 --- a/src/InputDeviceMonitor.vala +++ b/src/InputDeviceMonitor.vala @@ -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");