Update extension badge with correct signTypedData count

feature/default_network_editable
Whymarrh Whitby 6 years ago committed by Dan Finlay
parent 386110ef0f
commit 83666e8d28
  1. 1
      app/scripts/background.js

@ -406,6 +406,7 @@ function setupController (initState, initLangCode) {
controller.txController.on('update:badge', updateBadge)
controller.messageManager.on('updateBadge', updateBadge)
controller.personalMessageManager.on('updateBadge', updateBadge)
controller.typedMessageManager.on('updateBadge', updateBadge)
/**
* Updates the Web Extension's "badge" number, on the little fox in the toolbar.

Loading…
Cancel
Save