mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +02:00
Startup panel tweaks
This commit is contained in:
parent
8b5fca82ec
commit
2fd5d67e07
2 changed files with 30 additions and 21 deletions
|
@ -2479,7 +2479,10 @@ namespace IDE
|
|||
ShowPanel(mOutputPanel, false);
|
||||
mMainFrame.RehupSize();
|
||||
|
||||
ShowStartupFile();
|
||||
if ((mSettings.mUISettings.mShowStartupPanel) && (!mWorkspace.IsInitialized))
|
||||
ShowStartup();
|
||||
else
|
||||
ShowStartupFile();
|
||||
|
||||
#if !CLI
|
||||
if (mMainWindow != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue