mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Use resolvedUrl since that does give the right path for qml files
This commit is contained in:
parent
5ffe46cac6
commit
73ec6e9f1c
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ UM.Wizard
|
|||
firstRun: false
|
||||
|
||||
Component.onCompleted: {
|
||||
base.appendPage(UM.Resources.getPath(Cura.ResourceTypes.QmlFiles, "WizardPages/AddMachine.qml"), catalog.i18nc("@title", "Add Printer"));
|
||||
base.appendPage(Qt.resolvedUrl("WizardPages/AddMachine.qml"), catalog.i18nc("@title", "Add Printer"));
|
||||
base.currentPage = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue