/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ class nsZenWorkspaceCreation extends MozXULElement { #wasInCollapsedMode = false; promiseInitialized = new Promise((resolve) => { this.resolveInitialized = resolve; }); #hiddenElements = []; static get elementsToDisable() { return [ "cmd_zenOpenWorkspacePanel", "cmd_zenOpenWorkspaceCreation", "cmd_zenOpenFolderCreation", "cmd_zenToggleSidebar", "cmd_newNavigatorTab", "cmd_newNavigatorTabNoEvent", ]; } static get markup() { return `