Fixed creating essentials being in the wrong order and fixed watermark not waiting enough time

This commit is contained in:
mr. m
2025-02-28 22:57:41 +01:00
parent 1ae11fef58
commit 30a7bd49a9
4 changed files with 92 additions and 41 deletions

View File

@@ -288,6 +288,8 @@
if (container) {
container.insertBefore(newTab, container.lastChild);
}
} else {
document.getElementById('zen-essentials-container').prepend(newTab);
}
gBrowser.tabContainer._invalidateCachedTabs();
newTab.initialize();