diff --git a/src/filter.blp b/src/filter.blp index c16138e..9084411 100644 --- a/src/filter.blp +++ b/src/filter.blp @@ -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"] + } } } }