Update dependencies
This commit is contained in:
parent
16c8c0df30
commit
3d18d7f390
3 changed files with 28 additions and 26 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue