mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 23:12:35 +08:00
Added label for autoQueueCheckbox.
This commit is contained in:
parent
f2a7cc9121
commit
72e0b6dc62
@ -644,8 +644,13 @@ export class ComfyUI {
|
|||||||
id: "autoQueueCheckbox",
|
id: "autoQueueCheckbox",
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
checked: false,
|
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", [
|
$el("div.comfy-menu-btns", [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user