fix: message

This commit is contained in:
dr.lt.data 2023-09-19 12:43:25 +09:00
parent b69138a389
commit e387dfdc68
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.28.5)")
print("### Loading: ComfyUI-Manager (V0.28.6)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"

View File

@ -266,7 +266,7 @@ async function updateAll(update_check_checkbox) {
return false;
}
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 have been updated to the latest version.');
app.ui.dialog.element.style.zIndex = 9999;
return true;