mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
CURA-5357 fix boo boo, rename variable
This commit is contained in:
parent
13b3e4afa5
commit
3395610b67
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