Made the DeleteCacheData function take a number of days to consider for deletion

Updated the jumpstart profile
This commit is contained in:
Lars Brubaker 2016-04-25 13:55:40 -07:00
parent 670325edcd
commit 850cb7bebd
5 changed files with 28 additions and 42 deletions

View file

@ -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);
}
}