mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-24 20:18:36 +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
642 B
C++
14 lines
642 B
C++
diff --git a/browser/modules/ExtensionsUI.sys.mjs b/browser/modules/ExtensionsUI.sys.mjs
|
|
index 3302b1e9a66c8495e1a627b33488b952e8ef72b1..1de6ee8b59595da4acbb91bc625cd380be32845a 100644
|
|
--- a/browser/modules/ExtensionsUI.sys.mjs
|
|
+++ b/browser/modules/ExtensionsUI.sys.mjs
|
|
@@ -466,7 +466,7 @@ export var ExtensionsUI = {
|
|
eventCallback,
|
|
removeOnDismissal: true,
|
|
popupOptions: {
|
|
- position: "bottomright topright",
|
|
+ position: window.gZenUIManager.panelUIPosition,
|
|
},
|
|
// Pass additional options used internally by the
|
|
// addon-webext-permissions-notification custom element
|