diff --git a/applets/notifications/package/contents/ui/CompactRepresentation.qml b/applets/notifications/package/contents/ui/CompactRepresentation.qml --- a/applets/notifications/package/contents/ui/CompactRepresentation.qml +++ b/applets/notifications/package/contents/ui/CompactRepresentation.qml @@ -64,7 +64,7 @@ svg: notificationSvg visible: opacity > 0 - elementId: "notification-disabled" + elementId: "notification-inactive" Item { id: jobProgressItem @@ -117,6 +117,7 @@ PlasmaCore.IconItem { id: dndIcon anchors.fill: parent +// svg: notificationSvg source: "notifications-disabled" opacity: 0 scale: 2 @@ -160,11 +161,7 @@ when: compactRoot.unreadCount > 0 PropertyChanges { target: notificationIcon - elementId: "notification-empty" - } - PropertyChanges { - target: countLabel - text: compactRoot.unreadCount + elementId: "notification-active" } } ]