mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:05:54 +08:00
Fixed create profile from settings not working
This commit is contained in:
parent
2e894477c8
commit
6baff7bbb2
@ -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…
x
Reference in New Issue
Block a user