launcher: fallback app icon
This commit is contained in:
parent
97406dfe97
commit
25e6f17c60
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ PaddedRect {
|
|||
IconImage {
|
||||
id: icon
|
||||
|
||||
source: Quickshell.iconPath(root.modelData.icon)
|
||||
source: Quickshell.iconPath(root.modelData.icon, "image-missing")
|
||||
implicitSize: parent.height * 0.8
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue