mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
improve: clear fetch message
This commit is contained in:
parent
def4dcf140
commit
5662d8d9b5
@ -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})")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user