MM-46445_Add a way to bypass Desktop App onboarding to buildConfig
(#2232)
This commit is contained in:
@@ -46,6 +46,7 @@ export type ConfigV3 = {
|
||||
alwaysClose?: boolean;
|
||||
logLevel?: string;
|
||||
appLanguage?: string;
|
||||
skipOnboardingScreens: boolean;
|
||||
}
|
||||
|
||||
export type ConfigV2 = {
|
||||
@@ -106,6 +107,7 @@ export type BuildConfig = {
|
||||
enableAutoUpdater: boolean;
|
||||
managedResources: string[];
|
||||
allowedProtocols: string[];
|
||||
skipOnboardingScreens: boolean;
|
||||
}
|
||||
|
||||
export type RegistryConfig = {
|
||||
|
Reference in New Issue
Block a user