Set defaultname for create new profile

CURA-9023
This commit is contained in:
Jaime van Kessel 2022-03-09 16:26:01 +01:00
parent cbf995cb85
commit a285e39799

View File

@ -79,7 +79,7 @@ UM.ManagementPage
tooltip: catalog.i18nc("@action:tooltip", "Create new profile from current settings/overrides") tooltip: catalog.i18nc("@action:tooltip", "Create new profile from current settings/overrides")
onClicked: onClicked:
{ {
createQualityDialog.object = Cura.ContainerManager.makeUniqueName(base.currentItem.name) createQualityDialog.object = Cura.ContainerManager.makeUniqueName("<new name>")
createQualityDialog.open() createQualityDialog.open()
createQualityDialog.selectText() createQualityDialog.selectText()
} }