Update dependencies

This commit is contained in:
Jeremy Soller 2025-05-01 09:19:40 -06:00
parent 16c8c0df30
commit 3d18d7f390
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
3 changed files with 28 additions and 26 deletions

View file

@ -258,7 +258,7 @@ impl MimeAppCache {
// Load desktop applications by supported mime types
//TODO: hashmap for all apps by id?
let mut all_apps = desktop::load_applications(locale, false);
let mut all_apps = desktop::load_applications(locale, false, None);
for app in &mut all_apps {
//TODO: just collect apps that can be executed with a file argument?
if !app.mime_types.is_empty() {