mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Adding WelcomePanel
This commit is contained in:
parent
5f84a7e4e3
commit
fa0311f849
5 changed files with 152 additions and 2 deletions
|
@ -132,6 +132,7 @@ namespace IDE.ui
|
|||
// If we don't yet have a workspace then create one now...
|
||||
if (!app.mWorkspace.IsInitialized)
|
||||
{
|
||||
DeleteAndNullify!(app.mWorkspace.mDir);
|
||||
app.mWorkspace.mDir = new String(projDirectory);
|
||||
app.mWorkspace.mName = new String(projName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue