mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 01:09:26 -05:00
add nicer fallback for missing icons
This commit is contained in:
@@ -303,7 +303,7 @@ Item {
|
||||
sourceComponent: IconImage {
|
||||
implicitSize: 33
|
||||
asynchronous: true
|
||||
source: Quickshell.iconPath(notificationObject.appIcon)
|
||||
source: Quickshell.iconPath(notificationObject.appIcon, "image-missing")
|
||||
}
|
||||
}
|
||||
Loader {
|
||||
@@ -345,7 +345,7 @@ Item {
|
||||
sourceComponent: IconImage {
|
||||
implicitSize: 23
|
||||
asynchronous: true
|
||||
source: Quickshell.iconPath(notificationObject.appIcon)
|
||||
source: Quickshell.iconPath(notificationObject.appIcon, "image-missing")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user