Merge branch 'macos-signing-fix' of https://github.com/zen-browser/desktop into macos-signing-fix

This commit is contained in:
mr. M
2025-01-25 13:52:16 +01:00

View File

@@ -330,8 +330,7 @@
this._lazyPref.SHOULD_OPEN_EXTERNAL_TABS_IN_GLANCE &&
owner.linkedBrowser?.docShellIsActive &&
owner.linkedBrowser?.browsingContext?.isAppTab &&
this.tabDomainsDiffer(owner, uri) &&
Services.prefs.getBoolPref('zen.glance.enabled', true)
this.tabDomainsDiffer(owner, uri)
);
}