mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-27 08:38:54 +00:00
Fixed wrong firefox version in about Zen (closes #2150)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
padding-inline-start: 8px !important;
|
||||
}
|
||||
|
||||
#identity-box.chromeUI #identity-icon {
|
||||
#identity-box[pageproxystate="invalid"].chromeUI #identity-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,22 +1,18 @@
|
||||
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
|
||||
index 1f85d2831f2f71ebe4c7216bd604926d71e5189e..fb0d07554a592339f5a794151d953cb9269afd75 100644
|
||||
index 011eee093dcf77c3c8ad3cd20188b61457d8dc09..d6ffe47cf4d1dfe7a49d7e5f5d84c162b8589cc7 100644
|
||||
--- a/toolkit/moz.configure
|
||||
+++ b/toolkit/moz.configure
|
||||
@@ -81,6 +81,13 @@ option(
|
||||
@@ -81,6 +81,9 @@ option(
|
||||
)
|
||||
set_config("MOZ_INCLUDE_SOURCE_INFO", True, when="MOZ_INCLUDE_SOURCE_INFO")
|
||||
|
||||
+option(
|
||||
+ env="ZEN_FIREFOX_VERSION",
|
||||
+ default="130.0",
|
||||
+ help="Set the version of the browser",
|
||||
+)
|
||||
+set_config("ZEN_FIREFOX_VERSION", "130.0", when="ZEN_FIREFOX_VERSION")
|
||||
+option(env="ZEN_FIREFOX_VERSION", help="Set Zen version of Firefox", nargs=1)
|
||||
+set_config("ZEN_FIREFOX_VERSION", depends_if("ZEN_FIREFOX_VERSION")(lambda v: v[0]))
|
||||
+
|
||||
option(
|
||||
"--with-distribution-id",
|
||||
nargs=1,
|
||||
@@ -905,9 +912,9 @@ set_define("MOZ_AV1", av1)
|
||||
@@ -886,9 +889,9 @@ set_define("MOZ_AV1", av1)
|
||||
option("--disable-jxl", help="Disable jxl image support")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user