1
0
Fork 0
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:
disarray2077 2023-05-05 15:03:24 -03:00
parent d3ca45d80a
commit 64700d7a95
3 changed files with 17 additions and 6 deletions

View file

@ -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;