mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-26 02:01:48 +00:00
13 lines
652 B
C++
13 lines
652 B
C++
diff --git a/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs b/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs
|
|
index 88c3545431cf1a300d968c296d9b171871b15fe5..754cd644f2e7b82db40d5c06618ac1764424484c 100644
|
|
--- a/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs
|
|
+++ b/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs
|
|
@@ -308,6 +308,7 @@ export const AIWindow = {
|
|
},
|
|
|
|
_updateToolbarButtonPositions(win) {
|
|
+ return;
|
|
const modeSwitcherButton = win.document.getElementById("ai-window-toggle");
|
|
const hamburgerMenu = win.document.getElementById("PanelUI-button");
|
|
const hamburgerMenuShouldBeAdjacent =
|