fix: hide no-display apps only in other category
This commit is contained in:
parent
fc8f2b4000
commit
7c7970d0c0
2 changed files with 4 additions and 24 deletions
|
|
@ -2306,6 +2306,7 @@ impl App {
|
|||
self.mime_app_cache
|
||||
.apps()
|
||||
.iter()
|
||||
.filter(|mime_app| !mime_app.no_display)
|
||||
.filter(|&mime_app| dedupe.insert(&mime_app.id))
|
||||
.map(|mime_app| (mime_app, MimeAppMatch::Other)),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue