add nicer fallback for missing icons

This commit is contained in:
end-4
2025-05-16 11:34:26 +02:00
parent a2d48303ca
commit a2948d8967
5 changed files with 6 additions and 6 deletions
@@ -77,7 +77,7 @@ Button {
Component {
id: iconImageComponent
IconImage {
source: Quickshell.iconPath(root.itemIcon)
source: Quickshell.iconPath(root.itemIcon, "image-missing")
width: 35
height: 35
}