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

@@ -43,6 +43,7 @@ const defaultPreferences: ConfigV3 = {
lastActiveTeam: 0,
downloadLocation: getDefaultDownloadLocation(),
startInFullscreen: false,
skipOnboardingScreens: false,
};
export default defaultPreferences;