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
This commit is contained in:
Nicolas Fella 2018-10-04 19:20:46 +02:00
parent 7cab490cc5
commit d7d2917e00

View file

@ -195,7 +195,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();
}