mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08: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
@ -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…
x
Reference in New Issue
Block a user