mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
Supports VHS video outputs in queue sidebar tab (#1174)
* Properly identify gifs * Detect VHS video * Basic video support in queue * Video in lightbox * Preview button * nit * Fix vitest
This commit is contained in:
@@ -249,7 +249,7 @@ const menuItems = computed<MenuItem[]>(() => [
|
||||
{
|
||||
label: t('loadWorkflow'),
|
||||
icon: 'pi pi-file-export',
|
||||
command: () => menuTargetTask.value?.loadWorkflow()
|
||||
command: () => menuTargetTask.value?.loadWorkflow(app)
|
||||
},
|
||||
{
|
||||
label: t('goToNode'),
|
||||
|
||||
Reference in New Issue
Block a user