mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 09:15:20 +02:00
fix refresh button forgetting sort order for extra networks #14588
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ function setSubmitButtonsVisibility(tabname, showInterrupt, showSkip, showInterr
|
||||
}
|
||||
|
||||
function showSubmitButtons(tabname, show) {
|
||||
setSubmitButtonsVisibility(tabname, ! show, !show, false);
|
||||
setSubmitButtonsVisibility(tabname, !show, !show, false);
|
||||
}
|
||||
|
||||
function showSubmitInterruptingPlaceholder(tabname) {
|
||||
|
||||
Reference in New Issue
Block a user