Add real notifications to copy buttons

This commit is contained in:
MCHost
2025-06-26 22:54:18 -04:00
parent 19d90de79a
commit 6d872057bd
2 changed files with 113 additions and 59 deletions

View File

@ -2176,4 +2176,5 @@ document.addEventListener('DOMContentLoaded', () => {
} else {
showLoginPage();
}
window.showNotification = showNotification;
});