Move InstanceContainersModel has_settings into metadata to clean up the model

CURA-1668
This commit is contained in:
fieldOfView 2016-06-09 08:21:18 +02:00
parent a6dd9e7415
commit ecfd7e5993

View File

@ -128,7 +128,7 @@ UM.ManagementPage
Label {
id: defaultsMessage
visible: !currentItem.hasSettings
visible: !currentItem.metadata.has_settings
text: catalog.i18nc("@action:label", "This profile has no settings and uses the defaults specified by the printer.")
wrapMode: Text.WordWrap
width: parent.width