Global: New notification sound

Related to #535
This commit is contained in:
Ilya Prokopenko 2022-04-09 17:03:07 +07:00
parent af44d05c97
commit d16b5fdf33
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
Web/static/audio/notify.mp3 Normal file

Binary file not shown.

View file

@ -1,4 +1,4 @@
createjs.Sound.registerSound("/assets/packages/static/openvk/audio/Bruh.mp3", "notification");
createjs.Sound.registerSound("/assets/packages/static/openvk/audio/notify.mp3", "notification");
function __actualPlayNotifSound() {
createjs.Sound.play("notification");