mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-09 19:05:29 +02:00
Tried to fix addon updates
This commit is contained in:
parent
99569e4588
commit
c9df1d8b99
2 changed files with 9 additions and 3 deletions
|
@ -481,7 +481,7 @@
|
|||
#navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)) {
|
||||
--zen-toolbox-max-width: 41px;
|
||||
max-width: var(--zen-toolbox-max-width) !important;
|
||||
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 2px) !important;
|
||||
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 3px) !important;
|
||||
padding: 0 !important;
|
||||
|
||||
& #TabsToolbar {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/toolkit/mozapps/extensions/AddonManager.sys.mjs b/toolkit/mozapps/extensions/AddonManager.sys.mjs
|
||||
index 2f855e6e48f420e3782d3be31cfdfa6c40db479b..911a6494812f0496ac928489244f2ac7bf0ed025 100644
|
||||
index 2f855e6e48f420e3782d3be31cfdfa6c40db479b..de55b4c7ff7517169ac56693b4cb3c46b3c20736 100644
|
||||
--- a/toolkit/mozapps/extensions/AddonManager.sys.mjs
|
||||
+++ b/toolkit/mozapps/extensions/AddonManager.sys.mjs
|
||||
@@ -1214,7 +1214,7 @@ var AddonManagerInternal = {
|
||||
@@ -1214,12 +1214,12 @@ var AddonManagerInternal = {
|
||||
ITEM_VERSION: aAddon.version,
|
||||
ITEM_STATUS: addonStatus,
|
||||
APP_ID: Services.appinfo.ID,
|
||||
|
@ -11,3 +11,9 @@ index 2f855e6e48f420e3782d3be31cfdfa6c40db479b..911a6494812f0496ac928489244f2ac7
|
|||
REQ_VERSION: UPDATE_REQUEST_VERSION,
|
||||
APP_OS: Services.appinfo.OS,
|
||||
APP_ABI: Services.appinfo.XPCOMABI,
|
||||
APP_LOCALE: getLocale(),
|
||||
- CURRENT_APP_VERSION: Services.appinfo.version,
|
||||
+ CURRENT_APP_VERSION: AppConstants.ZEN_FIREFOX_VERSION,
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue