mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Show correct page when opening profile manager
CURA-1278
This commit is contained in:
parent
f0b956c3c6
commit
f7f9dc036e
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ UM.MainWindow
|
|||
onTriggered:
|
||||
{
|
||||
UM.MachineManager.createProfile();
|
||||
preferences.setPage(4);
|
||||
preferences.setPage(5);
|
||||
preferences.show();
|
||||
|
||||
// Show the renameDialog after a very short delay so the preference page has time to initiate
|
||||
|
@ -606,7 +606,7 @@ UM.MainWindow
|
|||
onTriggered:
|
||||
{
|
||||
preferences.visible = true;
|
||||
preferences.setPage(4);
|
||||
preferences.setPage(5);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue