mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Remove unnecessary parameter to JS toString
This parameter has no effect. Contributes to issue CURA-1110.
This commit is contained in:
parent
bb220ed952
commit
e5a5cffe7d
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ UM.MainWindow
|
|||
folder = f;
|
||||
|
||||
UM.MeshFileHandler.readLocalFile(fileUrl)
|
||||
var meshName = backgroundItem.getMeshName(fileUrl.toString(0x0))
|
||||
var meshName = backgroundItem.getMeshName(fileUrl.toString())
|
||||
backgroundItem.hasMesh(decodeURIComponent(meshName))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue