mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
Add About to Help menu (#2010)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -500,6 +500,16 @@ export function useCoreCommands(): ComfyCommand[] {
|
||||
function: () => {
|
||||
useSearchBoxStore().toggleVisible()
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'Comfy.Help.AboutComfyUI',
|
||||
icon: 'pi pi-info-circle',
|
||||
label: 'Open About ComfyUI',
|
||||
menubarLabel: 'About ComfyUI',
|
||||
versionAdded: '1.6.4',
|
||||
function: () => {
|
||||
showSettingsDialog('about')
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user