reduce notification sound volume to 50%
This commit is contained in:
parent
1daefa35a0
commit
9b55b2cbae
2 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ function notify()
|
|||
{
|
||||
var notifySound = $("#notify-sound");
|
||||
if(notifySound.length > 0) {
|
||||
notifySound.get(0).volume = 0.5;
|
||||
notifySound.get(0).play();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue