1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

notifications: modularize

This commit is contained in:
bbedward
2025-07-24 20:58:57 -04:00
parent 0068774a8b
commit 14a9828296
7 changed files with 877 additions and 1001 deletions

View File

@@ -72,6 +72,7 @@ DankModal {
copyProcess.running = true;
console.log("ClipboardHistoryModal: Entry copied, showing toast");
ToastService.showInfo("Copied to clipboard");
clipboardHistoryModal.hide();
}
function deleteEntry(entry) {