feat(app): make app update notification not close when opening the changelog (#5978)

Make app update notification not close when opening the changelog
This commit is contained in:
Arthur
2026-05-03 17:27:48 +00:00
committed by GitHub
parent f857d19aee
commit eb9c3477ff
3 changed files with 6 additions and 1 deletions
@@ -4,6 +4,7 @@ export interface PopupNotificationButton {
label: string
action: () => void
color?: 'brand' | 'red' | 'orange' | 'green' | 'blue' | 'standard'
keepOpen?: boolean
}
export interface PopupNotificationProgressItem {