mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Tidy up
This commit is contained in:
parent
8e2074d29d
commit
c191a67dc6
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user