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:
parent
7cab490cc5
commit
d7d2917e00
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue