From 20952d2f2b2e95071f4e1ad9696df03ee908252c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 21 May 2026 23:31:20 -0400 Subject: [PATCH] Raise notification sound volume --- static/skald.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skald.js b/static/skald.js index 61a6cf0..182a28a 100644 --- a/static/skald.js +++ b/static/skald.js @@ -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;