1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 02:06:24 +02:00

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

@ -54,4 +54,9 @@ Preferences.addAll([
type: "bool",
default: true,
},
{
id: "zen.sidebar.enabled",
type: "bool",
default: true,
},
]);

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>