Consolidate member names
This commit is contained in:
parent
42f133aa70
commit
54d165d15f
10 changed files with 21 additions and 38 deletions
|
|
@ -1704,11 +1704,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
if (persistenceLayer == null)
|
||||
{
|
||||
ActiveSliceSettings.Instance.SetActiveValue(name, value);
|
||||
ActiveSliceSettings.Instance.SetValue(name, value);
|
||||
}
|
||||
else
|
||||
{
|
||||
ActiveSliceSettings.Instance.SetActiveValue(name, value, persistenceLayer);
|
||||
ActiveSliceSettings.Instance.SetValue(name, value, persistenceLayer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue