sidebar: make notif delete icon more intuitive

This commit is contained in:
end-4
2025-10-25 09:26:07 +02:00
parent ddf97f79d0
commit 43fe3874dd
@@ -87,7 +87,7 @@ Item {
}
NotificationStatusButton {
Layout.fillWidth: false
buttonIcon: "clear_all"
buttonIcon: "delete_sweep"
onClicked: () => {
Notifications.discardAllNotifications()
}