From de8ae980e61ab0a359b6028e114ed7c291168406 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 4 Oct 2018 19:20:46 +0200 Subject: [PATCH] Use new icon for clearing notifications Summary: {F6303876} Reviewers: #kde_connect, ngraham, thsurrel Reviewed By: ngraham Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D15948 --- plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }