mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
29 lines
1013 B
C++
29 lines
1013 B
C++
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
|
|
index cdcf50ec1bc4a54c69f5baf4a6d40ab0c63a8121..87603323c2b0b9ea0c847a8a06e293a16c1252b8 100644
|
|
--- a/browser/components/preferences/main.inc.xhtml
|
|
+++ b/browser/components/preferences/main.inc.xhtml
|
|
@@ -183,6 +183,7 @@
|
|
</groupbox>
|
|
|
|
<!-- Browser layout -->
|
|
+#if 0
|
|
<groupbox data-category="paneGeneral"
|
|
data-subcategory="layout"
|
|
hidden="true">
|
|
@@ -198,6 +199,7 @@
|
|
preference="sidebar.revamp"/>
|
|
<description class="indent" data-l10n-id="browser-layout-show-sidebar-desc"></description>
|
|
</groupbox>
|
|
+#endif
|
|
|
|
<hbox id="languageAndAppearanceCategory"
|
|
class="subcategory"
|
|
@@ -411,6 +413,7 @@
|
|
languages-customize-add.label,
|
|
" />
|
|
</hbox>
|
|
+ <label class="zenLanguageWarning-label"><html:b data-l10n-id="zen-warning-language"/></label>
|
|
|
|
<checkbox id="useSystemLocale" hidden="true"
|
|
data-l10n-id="use-system-locale"
|