Revert "Add unified sidebar width setting" (#3609)

This commit is contained in:
Chenlei Hu
2025-04-24 17:14:01 -04:00
committed by GitHub
parent ba3e2edb8a
commit 31d5671f24
10 changed files with 2 additions and 40 deletions

View File

@@ -384,7 +384,6 @@ const zSettings = z.object({
'Comfy.PromptFilename': z.boolean(),
'Comfy.Sidebar.Location': z.enum(['left', 'right']),
'Comfy.Sidebar.Size': z.enum(['small', 'normal']),
'Comfy.Sidebar.UnifiedWidth': z.boolean(),
'Comfy.SwitchUser': z.any(),
'Comfy.SnapToGrid.GridSize': z.number(),
'Comfy.TextareaWidget.FontSize': z.number(),