Ensure changes are persisted to disk and synced to the cloud
This commit is contained in:
parent
f9fe5295de
commit
b50cf8213c
1 changed files with 3 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
// Ensure that activated or deactivated user overrides are always persisted to disk
|
||||
activeSettings.Save();
|
||||
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
ApplicationController.Instance.ReloadAdvancedControlsPanel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue