forked from Shinonome/dots-hyprland
add nicer fallback for missing icons
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user