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 committed by Albert Vaca
parent 8603592b59
commit de8ae980e6

View file

@ -205,7 +205,7 @@ PlasmaComponents.ListItem
enabled: true enabled: true
visible: notificationsModel.isAnyDimissable; visible: notificationsModel.isAnyDimissable;
anchors.right: parent.right anchors.right: parent.right
iconSource: "edit-delete" iconSource: "edit-clear-history"
tooltip: i18n("Dismiss all notifications") tooltip: i18n("Dismiss all notifications")
onClicked: notificationsModel.dismissAll(); onClicked: notificationsModel.dismissAll();
} }