mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
cleanup: remove unused queue setting (#7353)
## Summary Removes setting which no longer has any effect due to the Queue panel being removed. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7353-cleanup-remove-unused-queue-setting-2c66d73d36508100b514f07e16d5b0f6) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -327,13 +327,6 @@ export const CORE_SETTINGS: SettingParams[] = [
|
|||||||
type: 'hidden',
|
type: 'hidden',
|
||||||
defaultValue: {}
|
defaultValue: {}
|
||||||
},
|
},
|
||||||
// Hidden setting used by the queue for how to fit images
|
|
||||||
{
|
|
||||||
id: 'Comfy.Queue.ImageFit',
|
|
||||||
name: 'Queue image fit',
|
|
||||||
type: 'hidden',
|
|
||||||
defaultValue: 'cover'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'Comfy.GroupSelectedNodes.Padding',
|
id: 'Comfy.GroupSelectedNodes.Padding',
|
||||||
category: ['LiteGraph', 'Group', 'Padding'],
|
category: ['LiteGraph', 'Group', 'Padding'],
|
||||||
|
|||||||
@@ -430,7 +430,6 @@ const zSettings = z.object({
|
|||||||
'Comfy.TreeExplorer.ItemPadding': z.number(),
|
'Comfy.TreeExplorer.ItemPadding': z.number(),
|
||||||
'Comfy.Validation.Workflows': z.boolean(),
|
'Comfy.Validation.Workflows': z.boolean(),
|
||||||
'Comfy.Workflow.SortNodeIdOnSave': z.boolean(),
|
'Comfy.Workflow.SortNodeIdOnSave': z.boolean(),
|
||||||
'Comfy.Queue.ImageFit': z.enum(['contain', 'cover']),
|
|
||||||
'Comfy.Workflow.WorkflowTabsPosition': z.enum(['Sidebar', 'Topbar']),
|
'Comfy.Workflow.WorkflowTabsPosition': z.enum(['Sidebar', 'Topbar']),
|
||||||
'Comfy.Node.DoubleClickTitleToEdit': z.boolean(),
|
'Comfy.Node.DoubleClickTitleToEdit': z.boolean(),
|
||||||
'Comfy.WidgetControlMode': z.enum(['before', 'after']),
|
'Comfy.WidgetControlMode': z.enum(['before', 'after']),
|
||||||
|
|||||||
Reference in New Issue
Block a user