add "Check for Updates", "Install Missing" menu items

This commit is contained in:
bymyself
2025-04-14 10:43:24 -07:00
committed by Jin Yi
parent 4f5ec0447c
commit 9c68491129
2 changed files with 32 additions and 2 deletions

View File

@@ -21,7 +21,14 @@ export const CORE_MENU_COMMANDS = [
],
[['Edit'], ['Comfy.ClearWorkflow']],
[['Edit'], ['Comfy.OpenClipspace']],
[['Manager'], ['Comfy.Manager.CustomNodesManager.ShowCustomNodesMenu']],
[
['Manager'],
[
'Comfy.Manager.CustomNodesManager.ShowCustomNodesMenu',
'Comfy.Manager.ShowMissingPacks',
'Comfy.Manager.ShowUpdateAvailablePacks'
]
],
[
['Help'],
[