mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
fix: exclude command line settings from being viewed in the frontend (CURA-566)
This commit is contained in:
parent
5490d9cce9
commit
e51f9ba678
4 changed files with 4 additions and 4 deletions
|
@ -401,7 +401,7 @@ Item {
|
|||
}
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
||||
expanded: [ "*" ]
|
||||
exclude: [ "machine_settings" ]
|
||||
exclude: [ "machine_settings", "command_line_settings" ]
|
||||
}
|
||||
delegate:Loader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue