Added an opion to remove sidebar panels

This commit is contained in:
Mauro Balades
2024-04-27 19:17:04 +02:00
parent bf5896556d
commit ca3ce58230
7 changed files with 63 additions and 15 deletions

View File

@@ -19,4 +19,20 @@
preference="zen.theme.toolbar-themed"/>
</groupbox>
<hbox id="zenSidePanelsCategory"
class="subcategory"
hidden="true"
data-category="paneZenLooks">
<html:h1 data-l10n-id="pane-zen-side-panels-title"/>
</hbox>
<groupbox id="zenSidePanelsGroup" data-category="paneZenLooks" hidden="true" class="highlighting-group">
<label><html:h2 data-l10n-id="zen-side-panels-header"/></label>
<description class="description-deemphasized" data-l10n-id="zen-side-panels-description" />
<checkbox id="zenLooksAndFeelUseThemedToolbar"
data-l10n-id="zen-side-panels-enabled"
preference="zen.sidebar.enabled"/>
</groupbox>
</html:template>