mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 03:15:30 +02:00
Started working on preferences page
This commit is contained in:
parent
1b86944a41
commit
70908da525
10 changed files with 116 additions and 0 deletions
12
src/browser/components/preferences/preferences-js.patch
Normal file
12
src/browser/components/preferences/preferences-js.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
|
||||
index 31ae84f3820aa12a26e10b27718bdc7da277f31b..427d44698ffe5d8154c5503a415ce9ec98982f3b 100644
|
||||
--- a/browser/components/preferences/preferences.js
|
||||
+++ b/browser/components/preferences/preferences.js
|
||||
@@ -205,6 +205,7 @@ function init_all() {
|
||||
register_module("panePrivacy", gPrivacyPane);
|
||||
register_module("paneContainers", gContainersPane);
|
||||
register_module("paneTranslations", gTranslationsPane);
|
||||
+ register_module("paneZenLooks", gZenLooksAndFeel);
|
||||
if (Services.prefs.getBoolPref("browser.preferences.experimental")) {
|
||||
// Set hidden based on previous load's hidden value.
|
||||
document.getElementById("category-experimental").hidden =
|
Loading…
Add table
Add a link
Reference in a new issue