Skip to content

Commit

Permalink
changing default value to true
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Lucas Calheirani <[email protected]>
  • Loading branch information
CarolineLCa committed Nov 29, 2023
1 parent 4d2191e commit 0c2a350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/legacy/core/App/defaultConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ export const defaultConfiguration: ConfigurationContext = {
supportedLanguages: Object.keys(translationResources) as Locales[],
showPreface: false,
disableOnboardingSkip: false,
showScanHelp: false,
showScanButton: false,
showScanHelp: true,
showScanButton: true,
}

0 comments on commit 0c2a350

Please sign in to comment.