mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-03 07:18:19 +00:00
* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
13 lines
376 B
C++
13 lines
376 B
C++
diff --git a/modules/libpref/moz.build b/modules/libpref/moz.build
|
|
index 68a0bd6b50b804745b052e1921f4f6120354443e..23e7d03a6796af39dc2d39733b16548e73f8b10f 100644
|
|
--- a/modules/libpref/moz.build
|
|
+++ b/modules/libpref/moz.build
|
|
@@ -93,6 +93,7 @@ pref_groups = [
|
|
"view_source",
|
|
"webgl",
|
|
"widget",
|
|
+ "zen",
|
|
"zoom",
|
|
]
|
|
if CONFIG["OS_TARGET"] == "Android":
|