MM-46445_Add a way to bypass Desktop App onboarding to buildConfig (#2232)

This commit is contained in:
Julian Mondragón
2022-08-23 10:19:41 -05:00
committed by GitHub
parent 93b6eb4f9b
commit 8f8407c16a
8 changed files with 18 additions and 1 deletions

View File

@@ -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 = {