Commit b463b8a1 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

Merge branch 'release_candidate' into dev

parents f57445f7 6fbd85dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
}