1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Add Do Not Disturb to IPC (#1140)

This commit is contained in:
Aaron Tulino
2025-12-24 07:47:44 -07:00
committed by GitHub
parent 8fdc748ed2
commit 03fd3a4f16

View File

@@ -112,6 +112,10 @@ DankModal {
return "NOTIFICATION_MODAL_TOGGLE_DND_SUCCESS";
}
function getDoNotDisturb(): bool {
return SessionData.doNotDisturb;
}
function clearAll(): string {
notificationModal.clearAll();
return "NOTIFICATION_MODAL_CLEAR_ALL_SUCCESS";