Skip to content

Commit

Permalink
Fix initial browserAction popover behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Sep 2, 2019
1 parent 58fce1e commit 483ac0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internals/buildversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
497
498
2 changes: 2 additions & 0 deletions src/background/browserActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,6 @@ if (extension){
try{
extension.browserAction.setBadgeTextColor({color: '#FFFFFF'})
}catch(e){}

button.render();
}

0 comments on commit 483ac0d

Please sign in to comment.