mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 16:29:45 +00:00
Group comfy core settings (#508)
* Add category overwrite * Group settings
This commit is contained in:
@@ -23,7 +23,8 @@ app.registerExtension({
|
||||
// Add setting to control grid size
|
||||
app.ui.settings.addSetting({
|
||||
id: 'Comfy.SnapToGrid.GridSize',
|
||||
name: 'Grid Size',
|
||||
category: ['Comfy', 'Graph', 'GridSize'],
|
||||
name: 'Snap to gird size',
|
||||
type: 'slider',
|
||||
attrs: {
|
||||
min: 1,
|
||||
|
||||
Reference in New Issue
Block a user