mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
Fix detection of external modifications
This commit is contained in:
parent
d3ca45d80a
commit
64700d7a95
3 changed files with 17 additions and 6 deletions
|
@ -1536,7 +1536,7 @@ namespace IDE
|
|||
|
||||
if (mProjectName != null)
|
||||
{
|
||||
gApp.mWorkspace.mProjectFileEnties.Add(new .(path, mProjectName));
|
||||
gApp.mWorkspace.mProjectFileEntries.Add(new .(path, mProjectName));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue