Merge branch 'release_candidate' into dev

This commit is contained in:
AUTOMATIC 2023-05-01 14:09:53 +03:00
commit b463b8a126
1 changed files with 2 additions and 2 deletions

View File

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