mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-01 19:23:34 +00:00
52 lines
2.2 KiB
C++
52 lines
2.2 KiB
C++
diff --git a/browser/components/preferences/preferences.xhtml b/browser/components/preferences/preferences.xhtml
|
|
index 1b8c38159314b6edee9e6f455beb2b63db1ad3f0..1308345db640dba6b2848b49ef7c11819f9f5727 100644
|
|
--- a/browser/components/preferences/preferences.xhtml
|
|
+++ b/browser/components/preferences/preferences.xhtml
|
|
@@ -39,6 +39,8 @@
|
|
<link rel="stylesheet" href="chrome://browser/content/preferences/widgets/setting-pane.css" />
|
|
<link rel="stylesheet" href="chrome://browser/content/preferences/widgets/setting-control.css" />
|
|
|
|
+#include zen-preferences-links.xhtml
|
|
+
|
|
<link rel="localization" href="branding/brand.ftl"/>
|
|
<link rel="localization" href="browser/browser.ftl"/>
|
|
<!-- Used by fontbuilder.js -->
|
|
@@ -118,6 +120,26 @@
|
|
iconsrc="chrome://browser/skin/preferences/category-general.svg"
|
|
data-l10n-id="pane-general-title">
|
|
</html:moz-page-nav-button>
|
|
+ <html:moz-page-nav-button id="category-zen-looks"
|
|
+ view="paneZenLooks"
|
|
+ iconsrc="chrome://browser/skin/customize.svg"
|
|
+ data-l10n-id="pane-zen-looks-title">
|
|
+ </html:moz-page-nav-button>
|
|
+ <html:moz-page-nav-button id="category-zen-tabs-management"
|
|
+ view="paneZenTabManagement"
|
|
+ iconsrc="chrome://browser/skin/window.svg"
|
|
+ data-l10n-id="pane-zen-tabs-title">
|
|
+ </html:moz-page-nav-button>
|
|
+ <html:moz-page-nav-button id="category-zen-CKS"
|
|
+ view="paneZenCKS"
|
|
+ iconsrc="chrome://browser/skin/quickactions.svg"
|
|
+ data-l10n-id="pane-zen-CKS-title">
|
|
+ </html:moz-page-nav-button>
|
|
+ <html:moz-page-nav-button id="category-zen-marketplace"
|
|
+ view="paneZenMarketplace"
|
|
+ iconsrc="chrome://mozapps/skin/extensions/category-themes.svg"
|
|
+ data-l10n-id="pane-zen-marketplace-title">
|
|
+ </html:moz-page-nav-button>
|
|
<html:moz-page-nav-button id="category-sync"
|
|
hidden="true"
|
|
view="paneSync"
|
|
@@ -248,6 +270,10 @@
|
|
#include privacy.inc.xhtml
|
|
#include sync.inc.xhtml
|
|
#include moreFromMozilla.inc.xhtml
|
|
+#include zenLooksAndFeel.inc.xhtml
|
|
+#include zenKeyboardShortcuts.inc.xhtml
|
|
+#include zenTabsManagement.inc.xhtml
|
|
+#include zenMarketplace.inc.xhtml
|
|
</vbox>
|
|
</vbox>
|
|
</vbox>
|