feat(ui): clearer "All" filters

This commit is contained in:
Rudxain 2025-01-19 22:38:21 -04:00 committed by Ricardo Fernández Serrata
commit 8bf930ffa6

View file

@ -112,7 +112,7 @@ impl std::fmt::Display for PackageState {
f,
"{}",
match self {
Self::All => "All packages",
Self::All => "All states",
Self::Enabled => "Enabled",
Self::Uninstalled => "Uninstalled",
Self::Disabled => "Disabled",
@ -177,7 +177,7 @@ impl std::fmt::Display for Removal {
f,
"{}",
match self {
Self::All => "All",
Self::All => "All removals",
Self::Recommended => "Recommended",
Self::Advanced => "Advanced",
Self::Expert => "Expert",