Don't need to filter these (they are not there)
This commit is contained in:
parent
c31695a6c4
commit
6bd273ec47
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
public override bool MapContains(string key)
|
||||
{
|
||||
// Visible items are anything not in hiddenSettings or that does not start with 'MatterControl.'
|
||||
return !hiddenSettings.Contains(key) && !key.StartsWith("MatterControl.");
|
||||
return !hiddenSettings.Contains(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue