mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Try to add a page when the name of a wizard page is unknown
Contributes to CURA-91
This commit is contained in:
parent
de533b660e
commit
3b5664f250
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ Item
|
|||
base.wizard.appendPage(Qt.resolvedUrl("Bedleveling.qml"), catalog.i18nc("@title", "Bed Levelling"));
|
||||
break;
|
||||
default:
|
||||
base.wizard.appendPage(Qt.resolvedUrl("%1.qml".arg(pages[i])), pages[i])
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue