mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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)
|
||||
flags |= .NoActivate;
|
||||
|
||||
if (mRequestedShowKind == .Maximized)
|
||||
if (mRequestedShowKind == .Maximized || mRequestedShowKind == .ShowMaximized)
|
||||
flags |= .ShowMaximized;
|
||||
|
||||
scope AutoBeefPerf("IDEApp.Init:CreateMainWindow");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue