We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac08b7c commit 6329bd6Copy full SHA for 6329bd6
src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp
@@ -205,11 +205,6 @@ void NonClientIslandWindow::Initialize()
205
_rootGrid.Children().Append(_titlebar);
206
207
Controls::Grid::SetRow(_titlebar, 0);
208
-
209
- // GH#3440 - When the titlebar is loaded (officially added to our UI tree),
210
- // then make sure to update it's visual state to reflect if we're in the
211
- // maximized state on launch.
212
- _titlebar.Loaded([this](auto&&, auto&&) { _OnMaximizeChange(); });
213
}
214
215
// Method Description:
0 commit comments