mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update progress fraction interpretation
This commit is contained in:
parent
46bf3c30ec
commit
a94f54aa54
1 changed files with 0 additions and 1 deletions
|
|
@ -399,7 +399,6 @@ impl Page {
|
|||
pub fn update(&self) {
|
||||
// Interpret status to progress fraction
|
||||
let progress_fraction = match self.meta.borrow().status {
|
||||
Some(Status::Success) => Some(0.0),
|
||||
Some(Status::Prepare) => Some(0.25),
|
||||
Some(Status::Connect) => Some(0.50),
|
||||
Some(Status::Request) => Some(0.75),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue