mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-12 13:45:02 +00:00
until we can be sure, lets take this out
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user