mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
No. of blocked badge should update with popups
This commit is contained in:
parent
ecec43f198
commit
fda75755b8
1 changed files with 3 additions and 0 deletions
|
@ -471,6 +471,9 @@ vAPI.tabs.onPopup = function(details) {
|
|||
if ( pageStore ) {
|
||||
pageStore.logRequest(context, result);
|
||||
}
|
||||
if ( µb.userSettings.showIconBadge ) {
|
||||
µb.updateBadgeAsync(details.openerTabId);
|
||||
}
|
||||
|
||||
// Not blocked
|
||||
if ( µb.isAllowResult(result) ) {
|
||||
|
|
Loading…
Reference in a new issue