diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 8b15d81b3..c8910451a 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -205,7 +205,7 @@ PlasmaComponents.ListItem enabled: true visible: notificationsModel.isAnyDimissable; anchors.right: parent.right - iconSource: "edit-delete" + iconSource: "edit-clear-history" tooltip: i18n("Dismiss all notifications") onClicked: notificationsModel.dismissAll(); }