From 723f53751e111c9363e2c612e41562abfe0ad6d6 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 23 Nov 2025 21:51:36 -0800 Subject: [PATCH] fix: duplicate "refresh node definitions" in menu entries (#6876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Refresh node definitions" menu entry was added in the Manager upstream but while in development was also added in a separate commit, leading to duplicate menu entries: image This PR removes the second one. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6876-fix-duplicate-refresh-node-definitions-in-menu-entries-2b46d73d365081b98bdfcc60dc9bad36) by [Unito](https://www.unito.io) --- src/constants/coreMenuCommands.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants/coreMenuCommands.ts b/src/constants/coreMenuCommands.ts index c186a39ba..917dffcc5 100644 --- a/src/constants/coreMenuCommands.ts +++ b/src/constants/coreMenuCommands.ts @@ -14,7 +14,6 @@ export const CORE_MENU_COMMANDS = [ [['Edit'], ['Comfy.Undo', 'Comfy.Redo']], [['Edit'], ['Comfy.ClearWorkflow']], [['Edit'], ['Comfy.OpenClipspace']], - [['Edit'], ['Comfy.RefreshNodeDefinitions']], [ ['Edit'], [