fix: set zenDefaultUserContextId on live folder tabs, p=#12702

This commit is contained in:
Ruben Fricke
2026-03-09 18:04:08 +01:00
committed by GitHub
parent 64fc35658d
commit 25c5740331

View File

@@ -407,6 +407,9 @@ class nsZenLiveFoldersManager {
});
// createLazyBrowser can't be pinned by default
this.window.gBrowser.pinTab(tab);
if (userContextId) {
tab.setAttribute("zenDefaultUserContextId", "true");
}
if (item.icon) {
this.window.gBrowser.setIcon(tab, item.icon);
if (tab.linkedBrowser) {