mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 04:11:07 -07:00
Fix for "Creating two profiles causes the names to become messed up"
CURA-2220
This commit is contained in:
parent
aa689dc2fb
commit
a2f478f2ad
3 changed files with 67 additions and 26 deletions
|
|
@ -463,7 +463,7 @@ UM.MainWindow
|
|||
target: Cura.Actions.addProfile
|
||||
onTriggered:
|
||||
{
|
||||
Cura.ContainerManager.createQualityChanges();
|
||||
Cura.ContainerManager.createQualityChanges(null);
|
||||
preferences.setPage(4);
|
||||
preferences.show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue