applets/notifications: stop suppressing dialog-information icon

This will feel weird and random to the user, especially if they or one
of their apps deliberately uses that icon and then it unexpectedly isn't
displayed. This check feels too magical and unpredictable; let's remove
it to simplify things.

BUG: 458843
FIXED-IN: 5.26
wilder-5.26
Nate Graham 4 years ago
parent a91ff4e4b6
commit f9a1b9566e
  1. 3
      applets/notifications/package/contents/ui/NotificationItem.qml

@ -287,8 +287,7 @@ ColumnLayout {
anchors.fill: parent anchors.fill: parent
usesPlasmaTheme: false usesPlasmaTheme: false
smooth: true smooth: true
// don't show a generic "info" icon since this is a notification already source: notificationItem.icon
source: notificationItem.icon !== "dialog-information" ? notificationItem.icon : ""
visible: active visible: active
} }

Loading…
Cancel
Save