mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Show profile name dialog after creating a profile
CURA-970
This commit is contained in:
parent
adb2c4c72e
commit
4939b935d2
@ -627,7 +627,7 @@ UM.MainWindow
|
||||
reloadAll.onTriggered: Printer.reloadAll()
|
||||
|
||||
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() }
|
||||
resetProfile.onTriggered: { UM.ActiveProfile.discardChanges() }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user