1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-07 05:58:28 -04:00

fix(notifWidget): restore hand cursor on hover

Port 1.5

(cherry picked from commit a575363f89)
This commit is contained in:
purian23
2026-08-06 23:44:41 -04:00
committed by dms-ci[bot]
parent 7e0af52d5b
commit 170721a1f1
@@ -67,6 +67,7 @@ BasePill {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.MiddleButton
cursorShape: Qt.PointingHandCursor
onPressed: mouse => {
root.triggerRipple(this, mouse.x, mouse.y);
SessionData.setDoNotDisturb(!SessionData.doNotDisturb);