mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix animated progressbar feature
This commit is contained in:
parent
cbea5335b6
commit
273d41d577
2 changed files with 55 additions and 20 deletions
|
|
@ -402,7 +402,7 @@ impl Page {
|
|||
Some(Status::Prepare) => 0.25,
|
||||
Some(Status::Connect) => 0.50,
|
||||
Some(Status::Request) => 0.75,
|
||||
Some(Status::Response) => 1.0,
|
||||
Some(Status::Response | Status::Success) => 1.0,
|
||||
_ => 0.0,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue