This commit is contained in:
Laurence Juden 2022-08-25 16:54:01 +02:00
parent 8e2074d29d
commit c191a67dc6

View File

@ -194,10 +194,7 @@ async function makeImage() {
btn.innerHTML = 'Make Image'
btn.disabled = false;
const shouldPlaySound = document.querySelector('#sound_toggle').checked
if (shouldPlaySound) {
if (isSoundEnabled()) {
playSound()
}