mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
Remove reserved space in full screen
Signed-off-by: Ye Sijun <junnplus@gmail.com>
This commit is contained in:
parent
73c8bbb8e0
commit
e3ccf2eacc
@ -311,6 +311,7 @@ impl crate::TermWindow {
|
||||
.window_decorations
|
||||
.contains(::window::WindowDecorations::INTEGRATED_BUTTONS)
|
||||
&& self.config.integrated_title_button_style == IntegratedTitleButtonStyle::MacOsNative
|
||||
&& !self.window_state.contains(window::WindowState::FULL_SCREEN)
|
||||
{
|
||||
left_status.push(
|
||||
Element::new(&font, ElementContent::Text("".to_string())).margin(BoxDimension {
|
||||
|
Loading…
Reference in New Issue
Block a user