mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
notifications: add modal function for clearing all (#1082)
This commit is contained in:
@@ -414,6 +414,9 @@ Singleton {
|
||||
}
|
||||
|
||||
function clearAllNotifications() {
|
||||
if (!notifications.length) {
|
||||
return;
|
||||
}
|
||||
bulkDismissing = true;
|
||||
popupsDisabled = true;
|
||||
addGate.stop();
|
||||
|
||||
Reference in New Issue
Block a user