improve: clear fetch message

This commit is contained in:
Dr.Lt.Data 2023-12-07 21:01:22 +09:00
parent def4dcf140
commit 5662d8d9b5
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import http.client
import re import re
import signal import signal
version = "V1.7.1" version = "V1.7.2"
print(f"### Loading: ComfyUI-Manager ({version})") print(f"### Loading: ComfyUI-Manager ({version})")

View File

@ -310,7 +310,7 @@ async function fetchUpdates(update_check_checkbox) {
} }
if (response.status == 201) { if (response.status == 201) {
app.ui.dialog.show('There is an updated extension available.'); app.ui.dialog.show('There is an updated extension available.<BR><BR><P><B>NOTE:<BR>Fetch Updates is not an update.<BR>Please update from "Install Custom Nodes".</B></P>');
app.ui.dialog.element.style.zIndex = 10010; app.ui.dialog.element.style.zIndex = 10010;
update_check_checkbox.checked = false; update_check_checkbox.checked = false;
} }