From 72e0b6dc62a50b92c0476e5dd41fef4fea17554d Mon Sep 17 00:00:00 2001 From: Muhammed Yusuf <32941435+myusf01@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:40:16 +0300 Subject: [PATCH] Added label for autoQueueCheckbox. --- web/scripts/ui.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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", [