mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Make progress bar determinate when at 100%
This gives the user a better indication that the firmware update is done. The progress bar is still sorta disfunctional, but hey even disabled people are people. Contributes to issue CURA-440.
This commit is contained in:
parent
abed3d8c7d
commit
b9bc14ea09
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ UM.Dialog
|
||||||
value: manager.progress
|
value: manager.progress
|
||||||
minimumValue: 0
|
minimumValue: 0
|
||||||
maximumValue: 100
|
maximumValue: 100
|
||||||
indeterminate: true
|
indeterminate: manager.progress < 100
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue