Change 'normal' update mode to 'default' as documented (#11017)

This commit is contained in:
stockiNail 2023-01-18 14:27:47 +01:00 committed by GitHub
parent ab55f6c976
commit 997eab46ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,7 +572,7 @@ export declare const enum UpdateModeEnum {
none = 'none',
hide = 'hide',
show = 'show',
normal = 'normal',
default = 'default',
active = 'active'
}