ui fix send to inpaint/sketch

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-09 14:45:36 -05:00
parent 9bd68d30c3
commit b4881ae082
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -127,13 +127,13 @@ function switch_to_img2img(...args) {
return Array.from(arguments);
}
function switch_to_sketch(...args) {
function switch_to_inpaint(...args) {
switchToTab('Image');
switch_to_img2img_tab(1);
return Array.from(arguments);
}
function switch_to_inpaint(...args) {
function switch_to_sketch(...args) {
switchToTab('Image');
switch_to_img2img_tab(2);
return Array.from(arguments);