mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 08:20:38 +02:00
Disable the start button after starting an image - regression after the stop button was added
This commit is contained in:
@@ -906,6 +906,7 @@ async function makeImage() {
|
||||
setStatus('request', 'fetching..')
|
||||
|
||||
makeImageBtn.innerHTML = 'Processing..'
|
||||
makeImageBtn.disabled = true
|
||||
makeImageBtn.style.display = 'none'
|
||||
stopImageBtn.style.display = 'block'
|
||||
|
||||
|
Reference in New Issue
Block a user