diff options
Diffstat (limited to 'viewer/src/@types')
-rw-r--r-- | viewer/src/@types/splashscreen.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/splashscreen.d.ts b/viewer/src/@types/splashscreen.d.ts index bd79f80..4e03fa8 100644 --- a/viewer/src/@types/splashscreen.d.ts +++ b/viewer/src/@types/splashscreen.d.ts | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | export interface SplashScreenConfig { | 20 | export interface SplashScreenConfig { |
21 | resource?: string; | 21 | resource?: string; |
22 | dontshowagainUID?: string; | 22 | acknowledgmentKey?: string; |
23 | buttonAcknowledgeLabel?: string; | 23 | buttonAcknowledgeLabel?: string; |
24 | style?: any; | 24 | style?: any; |
25 | } | 25 | } |