mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
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:
@@ -4,6 +4,7 @@ export interface PopupNotificationButton {
|
||||
label: string
|
||||
action: () => void
|
||||
color?: 'brand' | 'red' | 'orange' | 'green' | 'blue' | 'standard'
|
||||
keepOpen?: boolean
|
||||
}
|
||||
|
||||
export interface PopupNotificationProgressItem {
|
||||
|
||||
Reference in New Issue
Block a user