mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 09:45:13 +00:00
fix: rename docked queue panel setting (#9620)
## Summary Rename the `Comfy.Queue.QPOV2` settings label to `Docked job history/queue panel` to improve searchability/discoverability in the settings UI. ## Changes - **What**: Updated the visible setting name in the core settings definition and the English locale string. ## Review Focus The change is intentionally limited to the display label. The persisted setting key remains `Comfy.Queue.QPOV2`, so existing user configuration is preserved. ## Screenshots (if applicable) Not applicable. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9620-fix-rename-docked-queue-panel-setting-31d6d73d36508189a2d1d3a621739a22) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -348,8 +348,8 @@
|
||||
"tooltip": "The maximum number of tasks that show in the queue history."
|
||||
},
|
||||
"Comfy_Queue_QPOV2": {
|
||||
"name": "Use the unified job queue in the Assets side panel",
|
||||
"tooltip": "Replaces the floating job queue panel with an equivalent job queue embedded in the Assets side panel. You can disable this to return to the floating panel layout."
|
||||
"name": "Docked job history/queue panel",
|
||||
"tooltip": "Replaces the floating job queue panel with an equivalent job queue embedded in the job history side panel. You can disable this to return to the floating panel layout."
|
||||
},
|
||||
"Comfy_QueueButton_BatchCountLimit": {
|
||||
"name": "Batch count limit",
|
||||
|
||||
Reference in New Issue
Block a user