mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
feat(ui): clearer "All" filters
This commit is contained in:
parent
0cff895c8e
commit
8bf930ffa6
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue