1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 18:18:00 +02:00

Refactored code to resolve custom build properties in Beef projects.

This commit is contained in:
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe 2025-03-27 15:28:12 -07:00
parent 803b9890e2
commit b55f980531
No known key found for this signature in database
4 changed files with 585 additions and 77 deletions

View file

@ -143,7 +143,6 @@ namespace IDE.ui
app.mWorkspace.mDir = new String(projDirectory);
app.mWorkspace.mName = new String(projName);
app.LoadProperties(true);
app.[Friend]LoadWorkspace(.OpenOrNew);
app.[Friend]FinishShowingNewWorkspace(false);