mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue