mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
273d41d577
commit
a145ea4b6d
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ impl Request {
|
|||
// Animate
|
||||
if *progress.fraction.borrow() > widget.progress_fraction() {
|
||||
widget.set_progress_fraction(
|
||||
// Currently, here is no outrange validation, seems that wrapper make this work @TODO
|
||||
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
||||
);
|
||||
return ControlFlow::Continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue