mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 23:18:17 +02:00
Reset the stop button once a task finishes normally
This commit is contained in:
@@ -877,6 +877,8 @@ async function makeImage() {
|
||||
|
||||
makeImageBtn.innerHTML = 'Make Image'
|
||||
makeImageBtn.disabled = false
|
||||
makeImageBtn.style.display = 'block'
|
||||
stopImageBtn.style.display = 'none'
|
||||
|
||||
if (isSoundEnabled()) {
|
||||
playSound()
|
||||
|
Reference in New Issue
Block a user