Improved open with dialog, part of #547
This commit is contained in:
parent
08e872a6f1
commit
fef57ee031
4 changed files with 129 additions and 91 deletions
|
|
@ -60,7 +60,9 @@ impl From<&desktop::DesktopEntryData> for MimeApp {
|
|||
name: app.name.clone(),
|
||||
exec: app.exec.clone(),
|
||||
icon: match &app.icon {
|
||||
desktop::IconSource::Name(name) => widget::icon::from_name(name.as_str()).handle(),
|
||||
desktop::IconSource::Name(name) => {
|
||||
widget::icon::from_name(name.as_str()).size(32).handle()
|
||||
}
|
||||
desktop::IconSource::Path(path) => widget::icon::from_path(path.clone()),
|
||||
},
|
||||
is_default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue