1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Linux fixes

This commit is contained in:
disarray2077 2025-05-11 23:27:42 -03:00
parent ad3d90e521
commit 6a35544195
5 changed files with 39 additions and 0 deletions

View file

@ -3438,6 +3438,8 @@ namespace IDE
delete mWorkspace.mDir;
mWorkspace.mDir = newPath;
}
else if (mWorkspace.mDir == null)
mWorkspace.mDir = new String();
List<String> platforms = scope List<String>();
if (IDEApp.sPlatform32Name != null)