Skip to content

Commit

Permalink
set: feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Nov 6, 2023
1 parent ad2642a commit 1696942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/features/electron.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IElectronFeatures } from './interfaces'

const electronFeatures: IElectronFeatures = {
developerTools: {
enabled: false,
enabled: true,
},
autoUpdate: {
enabled: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/features/onboarding.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const onboardingFeaturesForTestnet: IOnboardingFeaturesForNetwork = {
softwareProfile: {
enabled: true,
skipVerification: {
enabled: true,
enabled: false,
},
},
ledgerProfile: {
Expand Down

0 comments on commit 1696942

Please sign in to comment.