1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

Notification: Right-click to toggle Do Not Disturb (#1174)

This commit is contained in:
xxyangyoulin
2025-12-28 13:34:52 +08:00
committed by GitHub
parent bbd57e0673
commit 84fb567ff5
@@ -33,4 +33,8 @@ BasePill {
} }
} }
} }
onRightClicked: {
SessionData.setDoNotDisturb(!SessionData.doNotDisturb)
}
} }