mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08: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
@ -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…
x
Reference in New Issue
Block a user