Raise notification sound volume
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ function reflectSettings() {
|
||||
/** @type {AudioContext} */
|
||||
let notificationAudioContext = null;
|
||||
let userNotificationSoundsReady = false;
|
||||
let notificationSoundGainScale = 2.5;
|
||||
let notificationSoundGainScale = 7.5;
|
||||
|
||||
function notificationSoundsEnabled() {
|
||||
return !!getSettings().notificationSounds;
|
||||
|
||||
Reference in New Issue
Block a user