mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-18 10:44:46 +00:00
fix: set zenDefaultUserContextId on live folder tabs, p=#12702
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user