mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 01:20:03 +00:00
## Summary Fix inline queue progress being hidden in QPOV2 mode when a stale `Comfy.Queue.History.Expanded` setting remains true from legacy queue overlay usage. ## Changes - Update actionbar inline progress hide condition to respect queue-overlay expansion only when QPOV2 is disabled - Update top menu inline progress summary hide condition with the same gate - Keep legacy behavior unchanged for non-QPOV2 queue overlay mode ## Testing - `pnpm exec eslint src/components/actionbar/ComfyActionbar.vue src/components/TopMenuSection.vue` ✅ - `pnpm typecheck` ✅ ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9214-fix-show-inline-progress-in-QPOV2-despite-stale-overlay-flag-3126d73d36508170ac27fbb26826dca9) by [Unito](https://www.unito.io)