diff --git a/applets/notifications/package/contents/ui/NotificationItem.qml b/applets/notifications/package/contents/ui/NotificationItem.qml index 434817fd7..fd2a41d35 100644 --- a/applets/notifications/package/contents/ui/NotificationItem.qml +++ b/applets/notifications/package/contents/ui/NotificationItem.qml @@ -287,8 +287,7 @@ ColumnLayout { anchors.fill: parent usesPlasmaTheme: false smooth: true - // don't show a generic "info" icon since this is a notification already - source: notificationItem.icon !== "dialog-information" ? notificationItem.icon : "" + source: notificationItem.icon visible: active }