Răsfoiți Sursa

fix 8d603177: always show frames-only scripts

tophf 2 ani în urmă
părinte
comite
683d46ff75
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);
   }
 }