mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-20 20:00:45 +00:00
feat: Always move the buttons to the topbar in compact mode, b=no-bug, c=common
This commit is contained in:
@@ -1091,10 +1091,7 @@ var gZenVerticalTabsManager = {
|
||||
((!this.isWindowsStyledButtons && !isRightSide) ||
|
||||
(this.isWindowsStyledButtons && isRightSide));
|
||||
if (
|
||||
(!isSingleToolbar &&
|
||||
isCompactMode &&
|
||||
!captionsShouldStayOnSidebar &&
|
||||
this.isWindowsStyledButtons === isRightSide) ||
|
||||
(!isSingleToolbar && isCompactMode && !captionsShouldStayOnSidebar) ||
|
||||
!isSidebarExpanded
|
||||
) {
|
||||
navBar.prepend(topButtons);
|
||||
|
||||
Reference in New Issue
Block a user