message fix

This commit is contained in:
Dr.Lt.Data 2023-05-15 17:22:07 +09:00
parent 9d20369bd3
commit e7df72f54c

View File

@ -64,7 +64,7 @@ async function install_custom_node(target, caller, mode) {
}
finally {
await caller.invalidateControl();
caller.updateMessage('<BR>To apply the installed custom node, please restart ComfyUI.');
caller.updateMessage('<BR>To apply the installed/disabled/enabled custom node, please restart ComfyUI.');
}
}
}