mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -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
|
@ -95,7 +95,7 @@ Cura.MachineAction
|
|||
onAccepted:
|
||||
{
|
||||
updateProgressDialog.visible = true;
|
||||
activeOutputDevice.updateFirmware(fileUrl);
|
||||
activeOutputDevice.updateFirmware(selectedFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue