mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Set defaultname for create new profile
CURA-9023
This commit is contained in:
parent
cbf995cb85
commit
a285e39799
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ UM.ManagementPage
|
|||
tooltip: catalog.i18nc("@action:tooltip", "Create new profile from current settings/overrides")
|
||||
onClicked:
|
||||
{
|
||||
createQualityDialog.object = Cura.ContainerManager.makeUniqueName(base.currentItem.name)
|
||||
createQualityDialog.object = Cura.ContainerManager.makeUniqueName("<new name>")
|
||||
createQualityDialog.open()
|
||||
createQualityDialog.selectText()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue