mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
Add Do Not Disturb to IPC (#1140)
This commit is contained in:
@@ -112,6 +112,10 @@ DankModal {
|
|||||||
return "NOTIFICATION_MODAL_TOGGLE_DND_SUCCESS";
|
return "NOTIFICATION_MODAL_TOGGLE_DND_SUCCESS";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getDoNotDisturb(): bool {
|
||||||
|
return SessionData.doNotDisturb;
|
||||||
|
}
|
||||||
|
|
||||||
function clearAll(): string {
|
function clearAll(): string {
|
||||||
notificationModal.clearAll();
|
notificationModal.clearAll();
|
||||||
return "NOTIFICATION_MODAL_CLEAR_ALL_SUCCESS";
|
return "NOTIFICATION_MODAL_CLEAR_ALL_SUCCESS";
|
||||||
|
|||||||
Reference in New Issue
Block a user