From 5662d8d9b5031bd12eab18238d104fcf58c9b038 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 7 Dec 2023 21:01:22 +0900 Subject: [PATCH] improve: clear fetch message --- __init__.py | 2 +- js/comfyui-manager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index fbf67a8f..5cb54b29 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ import http.client import re import signal -version = "V1.7.1" +version = "V1.7.2" print(f"### Loading: ComfyUI-Manager ({version})") diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index bea54a90..74605ee1 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -310,7 +310,7 @@ async function fetchUpdates(update_check_checkbox) { } if (response.status == 201) { - app.ui.dialog.show('There is an updated extension available.'); + app.ui.dialog.show('There is an updated extension available.

NOTE:
Fetch Updates is not an update.
Please update from "Install Custom Nodes".

'); app.ui.dialog.element.style.zIndex = 10010; update_check_checkbox.checked = false; }