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