mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-27 15:31:57 +08:00
parent
e0734ff130
commit
b58730a70c
@ -24,7 +24,7 @@ Menu
|
|||||||
{
|
{
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
var path = modelData.toString()
|
var path = decodeURIComponent(modelData.toString())
|
||||||
return (index + 1) + ". " + path.slice(path.lastIndexOf("/") + 1);
|
return (index + 1) + ". " + path.slice(path.lastIndexOf("/") + 1);
|
||||||
}
|
}
|
||||||
onTriggered:
|
onTriggered:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user