mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 14:58:58 +08:00
Exclude machine_settings from the settings visible in the sidebar
Contrivbutes to CURA-1645
This commit is contained in:
parent
8b75a230a0
commit
b53926b9de
@ -29,7 +29,8 @@ ScrollView
|
||||
model: UM.SettingDefinitionsModel {
|
||||
id: definitionsModel;
|
||||
containerId: Cura.MachineManager.activeDefinitionId
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
||||
exclude: ["machine_settings"]
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||
}
|
||||
|
||||
delegate: Loader
|
||||
|
Loading…
x
Reference in New Issue
Block a user