mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix IDE starting in normal window instead of maximized
This commit is contained in:
parent
84540431fc
commit
479a218258
1 changed files with 1 additions and 1 deletions
|
@ -12248,7 +12248,7 @@ namespace IDE
|
||||||
if (mRunningTestScript)
|
if (mRunningTestScript)
|
||||||
flags |= .NoActivate;
|
flags |= .NoActivate;
|
||||||
|
|
||||||
if (mRequestedShowKind == .Maximized)
|
if (mRequestedShowKind == .Maximized || mRequestedShowKind == .ShowMaximized)
|
||||||
flags |= .ShowMaximized;
|
flags |= .ShowMaximized;
|
||||||
|
|
||||||
scope AutoBeefPerf("IDEApp.Init:CreateMainWindow");
|
scope AutoBeefPerf("IDEApp.Init:CreateMainWindow");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue