mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added cleancache
This commit is contained in:
parent
31746c1f19
commit
a1413866a7
3 changed files with 84 additions and 21 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue