mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Move InstanceContainersModel has_settings into metadata to clean up the model
CURA-1668
This commit is contained in:
parent
a6dd9e7415
commit
ecfd7e5993
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ UM.ManagementPage
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: defaultsMessage
|
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.")
|
text: catalog.i18nc("@action:label", "This profile has no settings and uses the defaults specified by the printer.")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue