mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 11:11:26 -08:00
fix refresh button forgetting sort order for extra networks #14588
This commit is contained in:
parent
5084b39ea5
commit
1ff1c5be64
2 changed files with 13 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue