diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:49:41 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:49:41 +0300 |
commit | 35afa350ff9c923fe60ae12dc630d7c062afde93 (patch) | |
tree | e298c823308c5bdbda2454a4280188a0da7cda8a /src/ui/report.rs | |
parent | 825a2662b1856931549fc2de1164e89b09c7f4aa (diff) | |
download | Furtherance-35afa350ff9c923fe60ae12dc630d7c062afde93.tar.zst |
Update version and localization
Diffstat (limited to 'src/ui/report.rs')
-rw-r--r-- | src/ui/report.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/report.rs b/src/ui/report.rs index 215aea0..4fcfc51 100644 --- a/src/ui/report.rs +++ b/src/ui/report.rs @@ -304,7 +304,6 @@ impl FurReport { (1, &total_time_str) ]); } - // TODO Bold "All Results" if imp.sort_by_task.is_active() { let mut tasks_by_name: Vec<Vec<(database::Task, i64)>> = Vec::new(); |