fix issue 47

Former-commit-id: ac5e43439e0a1b56243c522c750ecd7b8e0323fc
This commit is contained in:
tim h 2022-11-24 08:46:02 -06:00
parent 231c7f56d3
commit 9417ba7902
2 changed files with 3 additions and 3 deletions

View file

@ -397,7 +397,7 @@ function checkProgress(bb) {
document.getElementById("estRemaining").innerText = estimate;
});
}, 1500);
}, 1000);
}
function mouseMove(evt) {

View file

@ -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",
}