feat: Properly handle new profiles without a previous session, b=no-bug, c=common, workspaces

This commit is contained in:
mr. m
2026-01-02 13:58:49 +01:00
parent 9e6998bc1a
commit bc8a26223b
7 changed files with 12 additions and 14 deletions

View File

@@ -5,6 +5,8 @@
// prettier-ignore
{
Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenWorkspaceBookmarksStorage.js", this);
ChromeUtils.importESModule("chrome://browser/content/ZenStartup.mjs", { global: "current" });
ChromeUtils.importESModule("chrome://browser/content/zen-components/ZenCompactMode.mjs", { global: "current" });
ChromeUtils.importESModule("chrome://browser/content/ZenUIManager.mjs", { global: "current" });