This commit is contained in:
Half-Shot
2024-11-07 16:36:27 +00:00
committed by Robin
parent 7b57fc2942
commit c560b58811

View File

@@ -39,7 +39,7 @@ export function ReactionsAudioRenderer(): ReactNode {
void audioElement.play();
}
}
}, [audioElements, shouldPlay, reactions]);
}, [audioElements, shouldPlay, reactions, effectSoundVolume]);
// Do not render any audio elements if playback is disabled. Will save
// audio file fetches.