|
|
|
@ -415,6 +415,7 @@ export class ComfyUI {
|
|
|
|
|
|
|
|
|
|
this.menuContainer = $el("div.comfy-menu", { parent: document.body }, [ |
|
|
|
|
$el("div.drag-handle", { style: { overflow: "hidden", position: "relative", width: "100%", cursor: "default" } }, [ |
|
|
|
|
$el("span.drag-handle"), |
|
|
|
|
$el("span", { $: (q) => (this.queueSize = q) }), |
|
|
|
|
$el("button.comfy-settings-btn", { textContent: "⚙️", onclick: () => this.settings.show() }), |
|
|
|
|
]), |
|
|
|
|