From ca6530e21536b5af2a06b8263866ab1b2381120e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 14 Oct 2023 16:38:32 -0700 Subject: [PATCH] DeviceMonitor: fix typo --- src/InputDeviceMonitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputDeviceMonitor.vala b/src/InputDeviceMonitor.vala index dcee600a..9951dd5e 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.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");