1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/pages/home
Mark Stacey bbbf68c8df Allow dismissing the privacy mode notification
The privacy mode notification was not able to be dismissed from the
popup UI. It should have been dismissed after clicking "Learn more",
but that button opens a new tab first before dismissing the flag.
Opening the new tab kills the pop UI process before it has a chance
to set that flag, so it never gets set.

Re-ordering the handler to set the flag first avoids this problem.
2019-09-01 19:59:12 -03:00
..
home.component.js Allow dismissing the privacy mode notification 2019-09-01 19:59:12 -03:00
home.container.js Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30