Skip to content

Commit

Permalink
mute pylon migration after closing (floating#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman authored Mar 22, 2023
1 parent 42f9cd4 commit aadde5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/store/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const mainState: M = {
gasFeeWarning: main('mute.gasFeeWarning', false),
betaDisclosure: main('mute.betaDisclosure', false),
onboardingWindow: main('mute.onboardingWindow', false),
migrateToPylon: main('mute.migrateToPylon', false),
signerCompatibilityWarning: main('mute.signerCompatibilityWarning', false)
},
shortcuts: {
Expand Down

0 comments on commit aadde5c

Please sign in to comment.