Add setting to adjust textarea font size (#463)

This commit is contained in:
Chenlei Hu
2024-08-16 10:17:40 -04:00
committed by GitHub
parent 7468555c06
commit 479ca63e3c
4 changed files with 29 additions and 2 deletions

View File

@@ -424,6 +424,7 @@ const zSettings = z.record(z.any()).and(
'Comfy.Sidebar.Size': z.number(),
'Comfy.SwitchUser': z.any(),
'Comfy.SnapToGrid.GridSize': z.number(),
'Comfy.TextareaWidget.FontSize': z.number(),
'Comfy.UseNewMenu': z.any(),
'Comfy.Validation.Workflows': z.boolean()
})