Raise notification sound volume

This commit is contained in:
Storm Dragon
2026-05-21 23:31:20 -04:00
parent 176ae0b70f
commit 20952d2f2b
+1 -1
View File
@@ -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;