1
0
Fork 0
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:
Brian Fiete 2023-06-08 10:06:14 -04:00
parent 8b5fca82ec
commit 2fd5d67e07
2 changed files with 30 additions and 21 deletions

View file

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