From 1fac4035566cfd79057040000c5c190e0380645d Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 22 Aug 2022 10:55:44 -0500 Subject: [PATCH] until we can be sure, lets take this out --- src/cascadia/WindowsTerminal/AppHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/WindowsTerminal/AppHost.cpp b/src/cascadia/WindowsTerminal/AppHost.cpp index f4f29156f13..f1c2375243e 100644 --- a/src/cascadia/WindowsTerminal/AppHost.cpp +++ b/src/cascadia/WindowsTerminal/AppHost.cpp @@ -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;