fix issue 47
Former-commit-id: ac5e43439e0a1b56243c522c750ecd7b8e0323fc
This commit is contained in:
parent
231c7f56d3
commit
9417ba7902
2 changed files with 3 additions and 3 deletions
|
@ -397,7 +397,7 @@ function checkProgress(bb) {
|
|||
|
||||
document.getElementById("estRemaining").innerText = estimate;
|
||||
});
|
||||
}, 1500);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
function mouseMove(evt) {
|
||||
|
|
|
@ -353,9 +353,9 @@ tools.img2img = toolbar.registerTool(
|
|||
menu.appendChild(document.createElement("br"));
|
||||
menu.appendChild(state.ctxmenu.denoisingStrengthSlider);
|
||||
menu.appendChild(document.createElement("br"));
|
||||
menu.appendChild(state.ctxmenu.useBorderMaskLabel);
|
||||
menu.appendChild(state.ctxmenu.useBorderMaskSlider);
|
||||
menu.appendChild(document.createElement("br"));
|
||||
menu.appendChild(state.ctxmenu.borderMaskSlider);
|
||||
menu.appendChild(state.ctxmenu.borderMaskSize);
|
||||
},
|
||||
shortcut: "I",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue