mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-10 05:02:36 +08:00
Add docs.comfy.org to community manual dropdown
This commit is contained in:
parent
4dc9ee9363
commit
02dd2cd42c
@ -1081,6 +1081,10 @@ class ManagerMenuDialog extends ComfyDialog {
|
||||
LiteGraph.closeAllContextMenus();
|
||||
const menu = new LiteGraph.ContextMenu(
|
||||
[
|
||||
{
|
||||
title: "ComfyUI Docs",
|
||||
callback: () => { window.open("https://docs.comfy.org/", ""); },
|
||||
},
|
||||
{
|
||||
title: "Comfy Custom Node How To",
|
||||
callback: () => { window.open("https://github.com/chrisgoringe/Comfy-Custom-Node-How-To/wiki/aaa_index", "comfyui-community-manual1"); },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user