fix: exclude command line settings from being viewed in the frontend (CURA-566)

This commit is contained in:
Tim Kuipers 2016-11-07 11:54:20 +01:00
parent 5490d9cce9
commit e51f9ba678
4 changed files with 4 additions and 4 deletions

View file

@ -116,7 +116,7 @@ UM.PreferencesPage
id: definitionsModel
containerId: Cura.MachineManager.activeDefinitionId
showAll: true
exclude: ["machine_settings"]
exclude: ["machine_settings", "command_line_settings"]
showAncestors: true
expanded: ["*"]
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }