mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
CURA-5357 fix boo boo, rename variable
This commit is contained in:
parent
16b8d3f137
commit
a616e92367
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ UM.MainWindow
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
others.push(filename);
|
nonPackages.push(filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
openDialog.handleOpenFileUrls(nonPackages);
|
openDialog.handleOpenFileUrls(nonPackages);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue