Fix toolbar button behavior and enhance URL bar styles for floating mode

This commit is contained in:
mr. M
2024-12-14 19:07:44 +01:00
parent a35c0fc1a7
commit c077834553
4 changed files with 14 additions and 9 deletions

View File

@@ -379,7 +379,7 @@ var gZenVerticalTabsManager = {
}
// Case: single toolbar, not compact mode, not right side and macos styled buttons
if (doNotChangeWindowButtons && isSingleToolbar && !isCompactMode && !isRightSide && !this.isWindowsStyledButtons) {
if (!doNotChangeWindowButtons && isSingleToolbar && !isCompactMode && !isRightSide && !this.isWindowsStyledButtons) {
topButtons.prepend(windowButtons);
}