diff --git a/web/scripts/ui.js b/web/scripts/ui.js index 86e2a1c41..1782e2878 100644 --- a/web/scripts/ui.js +++ b/web/scripts/ui.js @@ -644,8 +644,13 @@ export class ComfyUI { id: "autoQueueCheckbox", type: "checkbox", checked: false, - title: "automatically queue prompt when the queue size hits 0", + title: "Automatically queue prompt when the queue size hits 0", + }), + $el("label",{ + for:"autoQueueCheckbox", + textContent: "Auto Queue" + }) ]), ]), $el("div.comfy-menu-btns", [