forked from Shinonome/dots-hyprland
sidebar: make notif delete icon more intuitive
This commit is contained in:
@@ -87,7 +87,7 @@ Item {
|
|||||||
}
|
}
|
||||||
NotificationStatusButton {
|
NotificationStatusButton {
|
||||||
Layout.fillWidth: false
|
Layout.fillWidth: false
|
||||||
buttonIcon: "clear_all"
|
buttonIcon: "delete_sweep"
|
||||||
onClicked: () => {
|
onClicked: () => {
|
||||||
Notifications.discardAllNotifications()
|
Notifications.discardAllNotifications()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user