Explorar o código

fix 8d603177: always show frames-only scripts

tophf %!s(int64=2) %!d(string=hai) anos
pai
achega
683d46ff75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/background/utils/popup-tracker.js

+ 1 - 1
src/background/utils/popup-tracker.js

@@ -68,7 +68,7 @@ async function prefetchSetPopup() {
 }
 
 function notifyTab(tabId, data) {
-  if (badges[tabId]?.[INJECT]) {
+  if (badges[tabId]?.total) {
     sendTabCmd(tabId, 'PopupShown', data);
   }
 }