mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 07:03:12 +08:00
Show rename profile dialog after creating a profile from the profiles dropdown
CURA-1585
This commit is contained in:
parent
22857bf3e1
commit
3752a6bbef
@ -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…
x
Reference in New Issue
Block a user