mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
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:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user