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

@ -401,7 +401,7 @@ Item {
}
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
expanded: [ "*" ]
exclude: [ "machine_settings" ]
exclude: [ "machine_settings", "command_line_settings" ]
}
delegate:Loader
{