1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Added cleancache

This commit is contained in:
Brian Fiete 2024-10-25 17:20:00 -04:00
parent 31746c1f19
commit a1413866a7
3 changed files with 84 additions and 21 deletions

View file

@ -77,7 +77,8 @@ namespace IDE
Test,
Run,
Update,
GetVersion
GetVersion,
CleanCache
}
enum HotResolveState
@ -13039,7 +13040,7 @@ namespace IDE
LoadConfig();
}
void LoadConfig()
protected void LoadConfig()
{
delete mBeefConfig;
mBeefConfig = new BeefConfig();