USB header positioning

This commit is contained in:
asonix 2021-05-05 19:24:54 -05:00
parent b3e0e9f71d
commit 225a8dd2d0

View file

@ -86,6 +86,7 @@ namespace Streamdeck.Widgets {
private void update_headers (Gtk.ListBoxRow row, Gtk.ListBoxRow? before = null) {
if (before != null) {
row.set_header (null);
return;
}
if (usb_l.get_parent () != null) {