mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
parent
d6bab13b76
commit
b1984f58a0
@ -135,7 +135,7 @@ UM.MainWindow {
|
|||||||
onDropped: {
|
onDropped: {
|
||||||
if(drop.urls.length > 0) {
|
if(drop.urls.length > 0) {
|
||||||
for(var i in drop.urls) {
|
for(var i in drop.urls) {
|
||||||
UM.Controller.addMesh(drop.urls[i]);
|
UM.MeshFileHandler.readLocalFile(drop.urls[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user