Skip to content

Commit

Permalink
Add privacyMode to state
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Oct 23, 2024
1 parent c783377 commit 02b49f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/e2e/tests/metrics/errors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ describe('Sentry errors', function () {
preferences: {
autoLockTimeLimit: true, // Initialized as undefined
showConfirmationAdvancedDetails: true,
privacyMode: false,
},
smartTransactionsState: {
fees: {
Expand Down
3 changes: 2 additions & 1 deletion test/integration/data/onboarding-completion-route.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
"hideZeroBalanceTokens": false,
"petnamesEnabled": true,
"redesignedConfirmationsEnabled": true,
"featureNotificationsEnabled": false
"featureNotificationsEnabled": false,
"privacyMode": false
},
"preventPollingOnNetworkRestart": false,
"previousAppVersion": "",
Expand Down
1 change: 1 addition & 0 deletions ui/ducks/metamask/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const initialState = {
smartTransactionsOptInStatus: false,
petnamesEnabled: true,
featureNotificationsEnabled: false,
privacyMode: false,
showMultiRpcModal: false,
},
firstTimeFlowType: null,
Expand Down

0 comments on commit 02b49f1

Please sign in to comment.