mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
CURA-4606 fixed create profile from profile context menu
This commit is contained in:
parent
21c4753443
commit
605043235a
1 changed files with 9 additions and 0 deletions
|
@ -154,6 +154,15 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
// Click create profile from ... in Profile context menu
|
||||
signal createProfile()
|
||||
onCreateProfile:
|
||||
{
|
||||
createQualityDialog.object = Cura.ContainerManager.makeUniqueName(Cura.MachineManager.activeQualityOrQualityChangesName);
|
||||
createQualityDialog.open();
|
||||
createQualityDialog.selectText();
|
||||
}
|
||||
|
||||
// Dialog to request a name when creating a new profile
|
||||
UM.RenameDialog
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue