mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Fix few more instances of old usage of fileUrl vs selectedFile
This commit is contained in:
parent
f070a695b1
commit
e85420f9fa
4 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
onAccepted: loadModelFiles(base.fileUrls)
|
||||
onAccepted: loadModelFiles(base.selectedFiles)
|
||||
|
||||
UM.Label
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue