mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
enshort construction
This commit is contained in:
parent
d9a06e8d0f
commit
cbea5335b6
1 changed files with 1 additions and 2 deletions
|
|
@ -56,9 +56,8 @@ impl Request {
|
||||||
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
||||||
);
|
);
|
||||||
return ControlFlow::Continue;
|
return ControlFlow::Continue;
|
||||||
} else {
|
|
||||||
widget.set_progress_fraction(progress_fraction);
|
|
||||||
}
|
}
|
||||||
|
widget.set_progress_fraction(progress_fraction);
|
||||||
ControlFlow::Break
|
ControlFlow::Break
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue