From 7c28a9660a407df101c3ad955d018ed26b582ad4 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 25 Oct 2025 20:52:39 -0700 Subject: [PATCH] Revert "[don't port to main] fix: Set UseNewMenu default to Disabled to match main" This reverts commit 39ed1d762fce666e07ecce97ef04b37a686eea8e. --- browser_tests/fixtures/ComfyPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_tests/fixtures/ComfyPage.ts b/browser_tests/fixtures/ComfyPage.ts index eb488738d9..1c145a3080 100644 --- a/browser_tests/fixtures/ComfyPage.ts +++ b/browser_tests/fixtures/ComfyPage.ts @@ -1667,7 +1667,7 @@ export const comfyPageFixture = base.extend<{ try { await comfyPage.setupSettings({ - 'Comfy.UseNewMenu': 'Disabled', + 'Comfy.UseNewMenu': 'Top', // Hide canvas menu/info/selection toolbox by default. 'Comfy.Graph.CanvasInfo': false, 'Comfy.Graph.CanvasMenu': false,