From 8936ed5cd303f31879c6e61031ca21f6d5a793db Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 26 Sep 2024 22:22:22 +0900 Subject: [PATCH] Fix template. --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 90458686..3beb6379 100644 --- a/src/main.ts +++ b/src/main.ts @@ -602,7 +602,7 @@ async function createComfyConfigFile(userSettingsPath: string): Promise { const configContent: any = { 'Comfy.ColorPalette': 'dark', 'Comfy.NodeLibrary.Bookmarks': [], - 'Comfy.UseNewMenu': 'Top', + 'Comfy.UseNewMenu': 'Floating', 'Comfy.Workflow.WorkflowTabsPosition': 'Topbar', 'Comfy.Workflow.ShowMissingModelsWarning': true, };