mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Fix boo boo with open multi files including project files.
This commit is contained in:
parent
1d10caf1ec
commit
07ed1bedc3
@ -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