mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix "create" button on profiles page
CURA-2036
This commit is contained in:
parent
f39b48459e
commit
95b06f317a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ UM.ManagementPage
|
|||
onClicked:
|
||||
{
|
||||
var selectedContainer;
|
||||
if (objectList.currentItem.id == Cura.MachineManager.activeQualityId) {
|
||||
if (base.currentItem.id == Cura.MachineManager.activeQualityId) {
|
||||
selectedContainer = Cura.MachineManager.newQualityContainerFromQualityAndUser();
|
||||
} else {
|
||||
selectedContainer = Cura.MachineManager.duplicateContainer(base.currentItem.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue