Fix few more instances of old usage of fileUrl vs selectedFile

This commit is contained in:
Jaime van Kessel 2022-04-19 17:12:58 +02:00
parent f070a695b1
commit e85420f9fa
4 changed files with 6 additions and 6 deletions

View file

@ -95,7 +95,7 @@ Cura.MachineAction
onAccepted:
{
updateProgressDialog.visible = true;
activeOutputDevice.updateFirmware(fileUrl);
activeOutputDevice.updateFirmware(selectedFile);
}
}