diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index b425432a00..b0e6d09080 100755 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -774,7 +774,7 @@ UM.MainWindow // we only allow opening one project file if (selectedMultipleFiles && hasProjectFile) { - openFilesIncludingProjectsDialog.fileUrlList = fileUrlList.slice(); + openFilesIncludingProjectsDialog.fileUrls = fileUrlList.slice(); openFilesIncludingProjectsDialog.show(); return; }