Add Comfy Forum (forum.comfy.org) to Help menu (#2305)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bymyself
2025-01-20 14:06:31 -07:00
committed by GitHub
parent af658b7792
commit 8b9f0ddd1d
14 changed files with 36 additions and 1 deletions

View File

@@ -555,6 +555,16 @@ export function useCoreCommands(): ComfyCommand[] {
}
})
}
},
{
id: 'Comfy.Help.OpenComfyUIForum',
icon: 'pi pi-comments',
label: 'Open ComfyUI Forum',
menubarLabel: 'ComfyUI Forum',
versionAdded: '1.8.2',
function: () => {
window.open('https://forum.comfy.org/', '_blank')
}
}
]
}