mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Progress of firmware update now works correctly
This commit is contained in:
parent
cc9e67533c
commit
5133d0b2a1
2 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Rectangle
|
|||
|
||||
Text
|
||||
{
|
||||
text: "Updating firmware"
|
||||
text: manager.progress == 0 ? "Starting firmware update, may take a while.": manager.progress > 99 ? "Firmware update completed.": "Updating firmware."
|
||||
}
|
||||
ProgressBar
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue