mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Replaced mAddProjectTargetFolder with GetSelectedWorkspaceFolder()
This commit is contained in:
parent
8e34de65ea
commit
b24f1209eb
3 changed files with 50 additions and 51 deletions
|
@ -203,7 +203,7 @@ namespace IDE.ui
|
|||
VerSpec verSpec = .SemVer(new .("*"));
|
||||
defer verSpec.Dispose();
|
||||
|
||||
let project = gApp.mProjectPanel.ImportProject(entry.mPath, verSpec);
|
||||
let project = gApp.mProjectPanel.ImportProject(entry.mPath, null, verSpec);
|
||||
if (project == null)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue