mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Small changes, IDE fixes
This commit is contained in:
parent
093eaa64c0
commit
a8df8c0e47
10 changed files with 141 additions and 18 deletions
|
@ -9430,6 +9430,14 @@ namespace IDE
|
|||
|
||||
void ShowStartupFile()
|
||||
{
|
||||
bool hasSourceShown = false;
|
||||
WithSourceViewPanels(scope [&] (panel) =>
|
||||
{
|
||||
hasSourceShown = true;
|
||||
});
|
||||
if (hasSourceShown)
|
||||
return;
|
||||
|
||||
if (mWorkspace.mStartupProject != null)
|
||||
{
|
||||
bool didShow = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue