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