mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
fix: prevent skip update uncheck for Update All
This commit is contained in:
parent
c2ae252e41
commit
16d3ccbf98
@ -55,7 +55,7 @@ sys.path.append('../..')
|
|||||||
from torchvision.datasets.utils import download_url
|
from torchvision.datasets.utils import download_url
|
||||||
|
|
||||||
# ensure .js
|
# ensure .js
|
||||||
print("### Loading: ComfyUI-Manager (V0.30)")
|
print("### Loading: ComfyUI-Manager (V0.30.1)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
|
|||||||
@ -268,7 +268,6 @@ async function updateAll(update_check_checkbox) {
|
|||||||
if(response1.status == 201 || response2.status == 201) {
|
if(response1.status == 201 || response2.status == 201) {
|
||||||
app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.');
|
app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.');
|
||||||
app.ui.dialog.element.style.zIndex = 9999;
|
app.ui.dialog.element.style.zIndex = 9999;
|
||||||
update_check_checkbox.checked = false;
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.');
|
app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user