Added label for autoQueueCheckbox.

This commit is contained in:
Muhammed Yusuf 2023-08-22 15:40:16 +03:00 committed by GitHub
parent f2a7cc9121
commit 72e0b6dc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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", [