Revert "Show confetti when adding a record"

Shows up too often
This commit is contained in:
Claudio Ortolina
2025-06-11 08:42:41 +03:00
parent 19e5d03bb2
commit d14587c120
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -66,7 +66,6 @@ window.addEventListener("music_library:confetti", (_event) => {
confetti({
particleCount: 100,
spread: 200,
zIndex: 1500,
});
});