mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Show rename profile dialog after creating a profile from the profiles dropdown
CURA-1585
This commit is contained in:
parent
22857bf3e1
commit
3752a6bbef
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ UM.ManagementPage
|
|||
|
||||
scrollviewCaption: catalog.i18nc("@label %1 is printer name","Printer: %1").arg(Cura.MachineManager.activeMachineName)
|
||||
|
||||
signal showProfileNameDialog()
|
||||
onShowProfileNameDialog: { renameDialog.removeWhenRejected = true; renameDialog.open(); renameDialog.selectText(); }
|
||||
|
||||
signal selectContainer(string id)
|
||||
onSelectContainer: {
|
||||
objectList.currentIndex = objectList.model.find("id", id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue