Skip to content

Commit

Permalink
Fix template.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 26, 2024
1 parent ecb3e74 commit 8936ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ async function createComfyConfigFile(userSettingsPath: string): Promise<void> {
const configContent: any = {
'Comfy.ColorPalette': 'dark',
'Comfy.NodeLibrary.Bookmarks': [],
'Comfy.UseNewMenu': 'Top',
'Comfy.UseNewMenu': 'Floating',
'Comfy.Workflow.WorkflowTabsPosition': 'Topbar',
'Comfy.Workflow.ShowMissingModelsWarning': true,
};
Expand Down

0 comments on commit 8936ed5

Please sign in to comment.