forked from extern/easydiffusion
Reset the stop button once a task finishes normally
This commit is contained in:
parent
5605cfe213
commit
0c0c8e503e
@ -877,6 +877,8 @@ async function makeImage() {
|
|||||||
|
|
||||||
makeImageBtn.innerHTML = 'Make Image'
|
makeImageBtn.innerHTML = 'Make Image'
|
||||||
makeImageBtn.disabled = false
|
makeImageBtn.disabled = false
|
||||||
|
makeImageBtn.style.display = 'block'
|
||||||
|
stopImageBtn.style.display = 'none'
|
||||||
|
|
||||||
if (isSoundEnabled()) {
|
if (isSoundEnabled()) {
|
||||||
playSound()
|
playSound()
|
||||||
|
Loading…
Reference in New Issue
Block a user