Skip to content

Commit

Permalink
Same for input panel
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 13, 2024
1 parent 871c445 commit c683f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/InputPanel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit c683f78

Please sign in to comment.