mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-05 06:38:31 +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
14 lines
578 B
C++
14 lines
578 B
C++
diff --git a/toolkit/modules/AppConstants.sys.mjs b/toolkit/modules/AppConstants.sys.mjs
|
|
index 5465ed3fb01e4214029b44f338d5e1e1580c3aab..a4d6b42916014d5e0f643b35a7b4feb281f59023 100644
|
|
--- a/toolkit/modules/AppConstants.sys.mjs
|
|
+++ b/toolkit/modules/AppConstants.sys.mjs
|
|
@@ -172,6 +172,8 @@ export var AppConstants = Object.freeze({
|
|
MOZ_UPDATE_CHANNEL: "@MOZ_UPDATE_CHANNEL@",
|
|
MOZ_WIDGET_TOOLKIT: "@MOZ_WIDGET_TOOLKIT@",
|
|
|
|
+ ZEN_FIREFOX_VERSION: "@ZEN_FIREFOX_VERSION@",
|
|
+
|
|
DEBUG_JS_MODULES: "@DEBUG_JS_MODULES@",
|
|
|
|
MOZ_BING_API_CLIENTID: "@MOZ_BING_API_CLIENTID@",
|