Skip to content

Commit ae4cd6e

Browse files
committed
Sound notification - volume
1 parent d13e35b commit ae4cd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/utils/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474

7575
raiseSoundNotification() {
7676
const audio = new Audio('sounds/clearly.mp3');
77-
audio.volume = 0.05;
77+
audio.volume = 0.2;
7878
audio.play();
7979
},
8080
};

0 commit comments

Comments
 (0)