mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
13 lines
634 B
C++
13 lines
634 B
C++
diff --git a/browser/components/asrouter/modules/FeatureCallout.sys.mjs b/browser/components/asrouter/modules/FeatureCallout.sys.mjs
|
|
index f176498a3130b61ac5e75fce8208d1b9eaf13f81..d133526ab5bf3db53e459c36d5f9a7ff37ef972f 100644
|
|
--- a/browser/components/asrouter/modules/FeatureCallout.sys.mjs
|
|
+++ b/browser/components/asrouter/modules/FeatureCallout.sys.mjs
|
|
@@ -778,6 +778,7 @@ export class FeatureCallout {
|
|
) {
|
|
return false;
|
|
}
|
|
+ if (el?.id === "zen-site-data-icon-button") return true;
|
|
|
|
const style = this.win.getComputedStyle(el);
|
|
return style?.visibility === "visible" && style?.display !== "none";
|