Revert "[don't port to main] fix: Set UseNewMenu default to Disabled to match main"

This reverts commit 39ed1d762f.
This commit is contained in:
bymyself
2025-10-25 20:52:39 -07:00
parent 39ed1d762f
commit 7c28a9660a

View File

@@ -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,