Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix

restore_progress fix
This commit is contained in:
AUTOMATIC1111 2023-05-01 14:09:32 +03:00 committed by GitHub
commit 6fbd85dd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ function restoreProgressTxt2img(x){
}, null, 0) }, null, 0)
} }
return [id] return id
} }
function restoreProgressImg2img(x){ function restoreProgressImg2img(x){
showRestoreProgressButton("img2img", false) showRestoreProgressButton("img2img", false)
@ -231,7 +231,7 @@ function restoreProgressImg2img(x){
}, null, 0) }, null, 0)
} }
return [id] return id
} }