Add clear filter pill (not functional)

Adds the clear filter pill for future use, but it is currently non functional and is invisible
This commit is contained in:
heliguy4599
2023-10-09 03:40:27 -04:00
parent 989253ae5c
commit 4248c20ee3

View File

@@ -71,6 +71,13 @@ template FilterWindow : Adw.Window {
title: _("Filter Apps by Runtime");
}
}
Button remove_filters_button {
visible: false;
margin-bottom: 18;
halign: center;
label: _("Clear Filters");
styles ["pill"]
}
}
}
}