mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added UnversionedLibDir to config
This commit is contained in:
parent
d48d03c58b
commit
f258b4a25b
8 changed files with 81 additions and 39 deletions
|
@ -1291,7 +1291,7 @@ namespace IDE.ui
|
|||
projectsReferenced.Add(selectedProjectItem.mProject);
|
||||
folderCount++;
|
||||
}
|
||||
else if (selectedProjectItem is ProjectItem)
|
||||
else
|
||||
{
|
||||
projectsReferenced.Add(selectedProjectItem.mProject);
|
||||
fileCount++;
|
||||
|
@ -1749,6 +1749,8 @@ namespace IDE.ui
|
|||
void ImportProject()
|
||||
{
|
||||
#if !CLI
|
||||
gApp.mBeefConfig.Refresh();
|
||||
|
||||
var fileDialog = scope OpenFileDialog();
|
||||
fileDialog.ShowReadOnly = false;
|
||||
fileDialog.Title = "Import Project";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue