mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 01:46:35 +00:00
fix: Fixed settings page not starting up, b=no-bug, c=no-component
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
|
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
|
||||||
index f9129fb171362e81369056923bf25acbb87d2ad8..924bcd2cd66a5dfcf9c45aac0c63cd0257c21a2c 100644
|
index 66ce978d9b022285dea67fdb75b3c005adb05d9b..db61587570ca18403a82ea6796a756d403cc207e 100644
|
||||||
--- a/browser/components/preferences/main.inc.xhtml
|
--- a/browser/components/preferences/main.inc.xhtml
|
||||||
+++ b/browser/components/preferences/main.inc.xhtml
|
+++ b/browser/components/preferences/main.inc.xhtml
|
||||||
@@ -29,6 +29,9 @@
|
@@ -29,6 +29,9 @@
|
||||||
@@ -12,23 +12,17 @@ index f9129fb171362e81369056923bf25acbb87d2ad8..924bcd2cd66a5dfcf9c45aac0c63cd02
|
|||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
<hbox id="windowsLaunchOnLoginBox" align="center" hidden="true">
|
<hbox id="windowsLaunchOnLoginBox" align="center" hidden="true">
|
||||||
<checkbox id="windowsLaunchOnLogin"
|
<checkbox id="windowsLaunchOnLogin"
|
||||||
@@ -186,6 +189,7 @@
|
@@ -188,7 +191,8 @@
|
||||||
</groupbox>
|
|
||||||
|
|
||||||
<!-- Browser layout -->
|
<!-- Browser layout -->
|
||||||
+#if 0
|
|
||||||
<groupbox data-category="paneGeneral"
|
<groupbox data-category="paneGeneral"
|
||||||
data-subcategory="layout"
|
data-subcategory="layout"
|
||||||
hidden="true">
|
- hidden="true">
|
||||||
@@ -201,6 +205,7 @@
|
+ hidden="true"
|
||||||
preference="sidebar.revamp"/>
|
+ style="display: none !important;">
|
||||||
<description class="indent" data-l10n-id="browser-layout-show-sidebar-desc"></description>
|
<label><html:h2 data-l10n-id="browser-layout-header"/></label>
|
||||||
</groupbox>
|
<radiogroup id="browserLayoutRadioGroup" preference="sidebar.verticalTabs">
|
||||||
+#endif
|
<radio id="browserLayoutHorizontalTabs" data-l10n-id="browser-layout-horizontal-tabs" value="false"/>
|
||||||
|
@@ -419,6 +423,7 @@
|
||||||
<hbox id="languageAndAppearanceCategory"
|
|
||||||
class="subcategory"
|
|
||||||
@@ -421,6 +426,7 @@
|
|
||||||
languages-customize-add.label,
|
languages-customize-add.label,
|
||||||
" />
|
" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
Reference in New Issue
Block a user