Change the 'Dismiss all notifications' icon
Summary: This matches the KDE notification icon. Reviewers: apol Reviewed By: apol Subscribers: abetts, Fuchs, apol, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13534
This commit is contained in:
parent
e4ff1cdaae
commit
5ab26096a2
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ PlasmaComponents.ListItem
|
||||||
enabled: true
|
enabled: true
|
||||||
visible: notificationsModel.isAnyDimissable;
|
visible: notificationsModel.isAnyDimissable;
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
iconSource: "window-close"
|
iconSource: "edit-delete"
|
||||||
tooltip: i18n("Dismiss all notifications")
|
tooltip: i18n("Dismiss all notifications")
|
||||||
onClicked: notificationsModel.dismissAll();
|
onClicked: notificationsModel.dismissAll();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue