diff options
Diffstat (limited to 'app/scripts/background.js')
-rw-r--r-- | app/scripts/background.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js index 1f269da7b..f95e194dd 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -16,6 +16,7 @@ const firstTimeState = require('./first-time-state') const STORAGE_KEY = 'metamask-config' const METAMASK_DEBUG = 'GULP_METAMASK_DEBUG' + let popupIsOpen = false // state persistence @@ -135,6 +136,7 @@ function setupController (initState) { // User Interface setup // + updateBadge() controller.txManager.on('updateBadge', updateBadge) // plugin badge text |