Made the DeleteCacheData function take a number of days to consider for deletion
Updated the jumpstart profile
This commit is contained in:
parent
670325edcd
commit
850cb7bebd
5 changed files with 28 additions and 42 deletions
|
|
@ -257,7 +257,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
else if (elementState.Id == "clearCache")
|
||||
{
|
||||
createdButton.Click += (s, e) => AboutWidget.DeleteCacheData();
|
||||
createdButton.Click += (s, e) => AboutWidget.DeleteCacheData(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue