mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fixed create profile from settings not working
This commit is contained in:
parent
2e894477c8
commit
6baff7bbb2
1 changed files with 2 additions and 2 deletions
|
@ -533,9 +533,9 @@ UM.MainWindow
|
|||
target: Cura.Actions.addProfile
|
||||
onTriggered:
|
||||
{
|
||||
preferences.setPage(4);
|
||||
preferences.show();
|
||||
|
||||
preferences.show();
|
||||
preferences.setPage(4);
|
||||
// Create a new profile after a very short delay so the preference page has time to initiate
|
||||
createProfileTimer.start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue