Move dropzone to queue window

This commit is contained in:
space-nuko
2023-05-20 09:38:32 -05:00
parent d363f61e28
commit fb8cca4a2b
4 changed files with 8 additions and 6 deletions

View File

@@ -240,7 +240,7 @@
</Pane>
<Pane bind:size={queueSidebarSize}>
<div class="sidebar-wrapper pane-wrapper">
<ComfyQueue />
<ComfyQueue {app} />
</div>
</Pane>
</Splitpanes>