From 4248c20ee3f87aa9295377a321583f9271e974d9 Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Mon, 9 Oct 2023 03:40:27 -0400 Subject: [PATCH] Add clear filter pill (not functional) Adds the clear filter pill for future use, but it is currently non functional and is invisible --- src/filter.blp | 7 +++++++ 1 file changed, 7 insertions(+) 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"] + } } } }