From c683f78e1d89aa14dc2796c45f106350b95fd7c2 Mon Sep 17 00:00:00 2001 From: Leonhard Date: Tue, 13 Feb 2024 01:56:55 +0100 Subject: [PATCH] Same for input panel --- src/InputPanel.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/InputPanel.vala b/src/InputPanel.vala index 28a473c3..3fb0be1e 100644 --- a/src/InputPanel.vala +++ b/src/InputPanel.vala @@ -177,5 +177,7 @@ public class Sound.InputPanel : Gtk.Box { device_row.set_as_default.connect (() => { pam.set_default_device.begin (device); }); + + device.removed.connect (() => devices_listbox.remove (device_row)); } }