Skip to content

Commit

Permalink
Global: New notification sound
Browse files Browse the repository at this point in the history
Related to #535
  • Loading branch information
Ilya Prokopenko committed Apr 9, 2022
1 parent af44d05 commit d16b5fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed Web/static/audio/Bruh.mp3
Binary file not shown.
Binary file added Web/static/audio/notify.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion Web/static/js/al_notifs.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

2 comments on commit d16b5fd

@celestora
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@LumaerisArchive
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lv_0_20210918173002.mp4

Please sign in to comment.