chore: change a fixme
cargo devel CI / cargo CI (push) Failing after 1m21s Details

This commit is contained in:
Christoph J. Scherr 2024-07-10 15:04:07 +02:00
parent d433023791
commit d6183246a6
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +138,7 @@ impl Clock {
} }
// FIXME: This generally works, but we want 0% at the start and 100% at the end, which does not // FIXME: This generally works, but we want 0% at the start and 100% at the end, which does not
// fully work. // fully work. We also want 50% at the half etc. #10
// We also want 50% at the half etc
fn timebar_ratio(&self) -> Option<f64> { fn timebar_ratio(&self) -> Option<f64> {
let len = self.timebar_len()?; let len = self.timebar_len()?;
let since = (Local::now() let since = (Local::now()