mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 19:38:24 +00:00
16 lines
824 B
C++
16 lines
824 B
C++
diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
|
|
index 7e21bab426b6eb52fe84876d817fddbdb1a35ffc..39637cc8aea988c77e5a6c66a85ec66acd4ca4bc 100644
|
|
--- a/browser/components/preferences/preferences.js
|
|
+++ b/browser/components/preferences/preferences.js
|
|
@@ -196,6 +196,10 @@ function init_all() {
|
|
// the entire document.
|
|
Preferences.queueUpdateOfAllElements();
|
|
Services.telemetry.setEventRecordingEnabled("aboutpreferences", true);
|
|
+ register_module("paneZenLooks", gZenLooksAndFeel);
|
|
+ register_module("paneZenTabManagement", gZenWorkspacesSettings);
|
|
+ register_module("paneZenCKS", gZenCKSSettings);
|
|
+ register_module("paneZenMarketplace", gZenMarketplaceManager);
|
|
|
|
register_module("paneGeneral", gMainPane);
|
|
register_module("paneHome", gHomePane);
|