mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
CURA-2079: Adding error messages to the firmware update dialog
Adds messages for IO errors, communication errors, missing firmware and a general message for unknown problems.
This commit is contained in:
parent
9a34f6b067
commit
0435706736
2 changed files with 13 additions and 9 deletions
|
@ -32,7 +32,7 @@ UM.Dialog
|
|||
}
|
||||
|
||||
text: {
|
||||
if (manager.firmwareUpdateCompleteStatus)
|
||||
if (manager.firmwareUpdateCompleteStatus && !manager.progress > 0)
|
||||
{
|
||||
//: Firmware update status label
|
||||
return catalog.i18nc("@label","Firmware update completed.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue