wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.8k stars 755 forks source link

In Windows, there are two sets of buttons when System Backdrop and Tab at Bottom are turned on at the same time #4076

Open qujihan opened 1 year ago

qujihan commented 1 year ago

What Operating System(s) are you seeing this problem on?

Windows

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20230712-072601-f4abf8fd

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

When set

win32_system_backdrop = any tab_bar_at_bottom = true

it results in two minimization maximization and close buttons And the above button does not take effect

To Reproduce

image

image

Configuration

return { window_background_gradient = { orientation = 'Vertical', colors = { '#0f0c29', '#302b63', '#24243e', }, interpolation = 'Linear', blend = 'Rgb', }, window_background_opacity = 0.8, win32_system_backdrop = 'Tabbed', tab_bar_at_bottom = true, window_decorations = "INTEGRATED_BUTTONS | RESIZE" }

return { window_background_gradient = { orientation = 'Vertical', colors = { '#0f0c29', '#302b63', '#24243e', }, interpolation = 'Linear', blend = 'Rgb', }, window_background_opacity = 0.8, -- win32_system_backdrop = 'Tabbed', tab_bar_at_bottom = true, window_decorations = "INTEGRATED_BUTTONS | RESIZE" }

Expected Behavior

Buttons that do not take effect are not displayed

Logs

No response

Anything else?

No response

qujihan commented 1 year ago

Will this be repaired in the next release?