diff --git a/applets/notifications/package/contents/ui/NotificationDelegate.qml b/applets/notifications/package/contents/ui/NotificationDelegate.qml --- a/applets/notifications/package/contents/ui/NotificationDelegate.qml +++ b/applets/notifications/package/contents/ui/NotificationDelegate.qml @@ -110,7 +110,7 @@ width: parent.width compact: true - icon: appIcon + icon: model.appIcon image: model.image summary: model.summary body: model.body