until we can be sure, lets take this out

This commit is contained in:
Mike Griese
2022-08-22 10:55:44 -05:00
parent c34495dcfc
commit 1fac403556

View File

@@ -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;