mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:38:59 +08:00
Fix typo in variable name
Otherwise you can't open any files any more. How did we not see this earlier? Contributes to issue CURA-7996.
This commit is contained in:
parent
ec986990a2
commit
593cd516ce
@ -692,7 +692,7 @@ UM.MainWindow
|
|||||||
function handleOpenFiles(selectedMultipleFiles, hasProjectFile, fileUrlList, projectFileUrlList)
|
function handleOpenFiles(selectedMultipleFiles, hasProjectFile, fileUrlList, projectFileUrlList)
|
||||||
{
|
{
|
||||||
// Make sure the files opened through the openFilesIncludingProjectDialog are added to the recent files list
|
// Make sure the files opened through the openFilesIncludingProjectDialog are added to the recent files list
|
||||||
openFilesIncludingProjectsDialog.addtoRecent = true;
|
openFilesIncludingProjectsDialog.addToRecent = true;
|
||||||
|
|
||||||
// we only allow opening one project file
|
// we only allow opening one project file
|
||||||
if (selectedMultipleFiles && hasProjectFile)
|
if (selectedMultipleFiles && hasProjectFile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user