fix: add proper app icon fallback
This commit is contained in:
parent
984a840a8d
commit
dba7ff6c97
5 changed files with 10 additions and 3 deletions
|
|
@ -110,8 +110,8 @@ Item {
|
|||
source: {
|
||||
const icon = entry.modelData.properties["application.icon-name"];
|
||||
if (icon)
|
||||
return Icons.getAppIcon(icon, "image-missing");
|
||||
Icons.getAppIcon(entry.modelData.name, "image-missing")
|
||||
return Icons.getAppIcon(icon, "icon-missing");
|
||||
Icons.getAppIcon(entry.modelData.name, "icon-missing")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue