mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Added label for autoQueueCheckbox.
This commit is contained in:
parent
f2a7cc9121
commit
72e0b6dc62
@ -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", [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user