mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -07:00
Show profile name dialog after creating a profile
CURA-970
This commit is contained in:
parent
adb2c4c72e
commit
4939b935d2
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ UM.MainWindow
|
||||||
reloadAll.onTriggered: Printer.reloadAll()
|
reloadAll.onTriggered: Printer.reloadAll()
|
||||||
|
|
||||||
addMachine.onTriggered: addMachineWizard.visible = true;
|
addMachine.onTriggered: addMachineWizard.visible = true;
|
||||||
addProfile.onTriggered: { UM.MachineManager.createProfile(); preferences.visible = true; preferences.setPage(4); }
|
addProfile.onTriggered: { UM.MachineManager.createProfile(); preferences.setPage(4); preferences.visible = true; preferences.show(); preferences.getCurrentItem().showProfileNameDialog() }
|
||||||
updateProfile.onTriggered: { UM.ActiveProfile.updateProfile() }
|
updateProfile.onTriggered: { UM.ActiveProfile.updateProfile() }
|
||||||
resetProfile.onTriggered: { UM.ActiveProfile.discardChanges() }
|
resetProfile.onTriggered: { UM.ActiveProfile.discardChanges() }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue