Purge library rather than content thumbnail cache on save
- Issue MatterHackers/MCCentral#3803 Start page showing wrong icon for recent print
This commit is contained in:
parent
4c5f4966c2
commit
f04cf69f71
3 changed files with 10 additions and 3 deletions
|
|
@ -102,8 +102,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
restoreButton.ToolTipText = "Restore Default".Localize();
|
||||
restoreButton.Click += (sender, e) =>
|
||||
{
|
||||
// Revert the user override
|
||||
settingsContext.ClearValue(settingData.SlicerConfigName);
|
||||
// Revert the user override
|
||||
settingsContext.ClearValue(settingData.SlicerConfigName);
|
||||
};
|
||||
|
||||
restoreArea.AddChild(restoreButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue