mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-01 04:18:51 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
a9234e0196
@ -774,7 +774,7 @@ UM.MainWindow
|
|||||||
// we only allow opening one project file
|
// we only allow opening one project file
|
||||||
if (selectedMultipleFiles && hasProjectFile)
|
if (selectedMultipleFiles && hasProjectFile)
|
||||||
{
|
{
|
||||||
openFilesIncludingProjectsDialog.fileUrlList = fileUrlList.slice();
|
openFilesIncludingProjectsDialog.fileUrls = fileUrlList.slice();
|
||||||
openFilesIncludingProjectsDialog.show();
|
openFilesIncludingProjectsDialog.show();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user