Skip to content

Commit 0a80765

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents e34a053 + 5e790ef commit 0a80765

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

src/browser/components/preferences/main-inc-xhtml.patch

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
2-
index f9129fb171362e81369056923bf25acbb87d2ad8..924bcd2cd66a5dfcf9c45aac0c63cd0257c21a2c 100644
2+
index 66ce978d9b022285dea67fdb75b3c005adb05d9b..db61587570ca18403a82ea6796a756d403cc207e 100644
33
--- a/browser/components/preferences/main.inc.xhtml
44
+++ b/browser/components/preferences/main.inc.xhtml
55
@@ -29,6 +29,9 @@
@@ -12,23 +12,17 @@ index f9129fb171362e81369056923bf25acbb87d2ad8..924bcd2cd66a5dfcf9c45aac0c63cd02
1212
#ifdef XP_WIN
1313
<hbox id="windowsLaunchOnLoginBox" align="center" hidden="true">
1414
<checkbox id="windowsLaunchOnLogin"
15-
@@ -186,6 +189,7 @@
16-
</groupbox>
17-
15+
@@ -188,7 +191,8 @@
1816
<!-- Browser layout -->
19-
+#if 0
2017
<groupbox data-category="paneGeneral"
2118
data-subcategory="layout"
22-
hidden="true">
23-
@@ -201,6 +205,7 @@
24-
preference="sidebar.revamp"/>
25-
<description class="indent" data-l10n-id="browser-layout-show-sidebar-desc"></description>
26-
</groupbox>
27-
+#endif
28-
29-
<hbox id="languageAndAppearanceCategory"
30-
class="subcategory"
31-
@@ -421,6 +426,7 @@
19+
- hidden="true">
20+
+ hidden="true"
21+
+ style="display: none !important;">
22+
<label><html:h2 data-l10n-id="browser-layout-header"/></label>
23+
<radiogroup id="browserLayoutRadioGroup" preference="sidebar.verticalTabs">
24+
<radio id="browserLayoutHorizontalTabs" data-l10n-id="browser-layout-horizontal-tabs" value="false"/>
25+
@@ -419,6 +423,7 @@
3226
languages-customize-add.label,
3327
" />
3428
</hbox>

0 commit comments

Comments
 (0)