Skip to content

Commit

Permalink
Merge pull request #806 from Universal-Debloater-Alliance/ui/filter-all
Browse files Browse the repository at this point in the history
feat(ui): clearer "All" filters
  • Loading branch information
adhirajsinghchauhan authored Jan 20, 2025
2 parents f57f5d3 + 8bf930f commit 37b39e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/uad_lists.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 37b39e8

Please sign in to comment.