Skip to content

Commit

Permalink
until we can be sure, lets take this out
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Aug 22, 2022
1 parent c34495d commit 1fac403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/WindowsTerminal/AppHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ void AppHost::_AppInitializedHandler(const winrt::Windows::Foundation::IInspecta
// match the initial settings, and then call ShowWindow to finally make us
// visible.

auto nCmdShow = SW_SHOWDEFAULT;
auto nCmdShow = SW_SHOW;
if (WI_IsFlagSet(_launchMode, LaunchMode::MaximizedMode))
{
nCmdShow = SW_MAXIMIZE;
Expand Down

0 comments on commit 1fac403

Please sign in to comment.