1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05: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

View File

@@ -33,4 +33,8 @@ BasePill {
} }
} }
} }
onRightClicked: {
SessionData.setDoNotDisturb(!SessionData.doNotDisturb)
}
} }