fix: add proper app icon fallback
This commit is contained in:
parent
984a840a8d
commit
dba7ff6c97
5 changed files with 10 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ Item {
|
|||
IconImage {
|
||||
id: icon
|
||||
|
||||
source: Quickshell.iconPath(root.modelData?.icon, "image-missing")
|
||||
source: Quickshell.iconPath(root.modelData?.icon, "icon-missing")
|
||||
implicitSize: parent.height * 0.9
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue