mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:15:57 +08:00
Remove redundant button.
As discussed in the CCB this morning. Since the new profile will be the _changed to_ profile rather than the _changed from_ (the latter of which would make the button useful, but since the profile is already switched at that point it would be a lot of work), the 'Create New Profile ...' button (in the Keep/Discard dialog) is redundant, since you can always create a new profile if you select keep changes.
This commit is contained in:
parent
9daab5ed9b
commit
302e0c6277
@ -216,14 +216,5 @@ UM.Dialog
|
|||||||
base.hide()
|
base.hide()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Button
|
|
||||||
{
|
|
||||||
id: createNewProfileButton
|
|
||||||
text: catalog.i18nc("@action:button", "Create New Profile");
|
|
||||||
anchors.left: parent.left
|
|
||||||
action: Cura.Actions.addProfile
|
|
||||||
onClicked: base.hide()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user