-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Labels
ElectronComfyUI Desktop relatedComfyUI Desktop relatedarea:uiGeneral user interface and experience improvementsGeneral user interface and experience improvements
Description
On Desktop (Electron), ReleaseNotificationToast shows an “Update Available” toast based on core (ComfyUI) release notes, which is misleading because Desktop updates are on a separate rail.
Current:
src/components/sidebar/SidebarHelpCenterIcon.vuemountssrc/platform/updates/components/ReleaseNotificationToast.vue.- Visibility is driven by
useReleaseStore().shouldShowToastinsrc/platform/updates/common/releaseStore.ts(Electron-gated) and core release notes (project=comfyui).
Expected:
- Do not show this core-driven toast on Desktop (either remove it for Electron, or decouple it from core release notes entirely).
- Desktop update notifications should come from the Desktop updater flow instead.
Acceptance:
- Core ComfyUI releases do not trigger a Desktop toast/red-dot by themselves.
┆Issue is synchronized with this Notion page by Unito
Metadata
Metadata
Assignees
Labels
ElectronComfyUI Desktop relatedComfyUI Desktop relatedarea:uiGeneral user interface and experience improvementsGeneral user interface and experience improvements