mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 07:48:53 -07: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
|
target: Cura.Actions.addProfile
|
||||||
onTriggered:
|
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
|
// Create a new profile after a very short delay so the preference page has time to initiate
|
||||||
createProfileTimer.start();
|
createProfileTimer.start();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue