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