mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +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
|
||||
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…
x
Reference in New Issue
Block a user