diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-09-11 14:11:05 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-09-11 14:11:05 +0200 |
commit | 5b96deb2d30732595544e45855e15f61415e1c27 (patch) | |
tree | 9b62ff2d9c9303bb02f2a73bdf91cbd0e5fd1bd3 /src/ui/window.rs | |
parent | 3625cd0ef34b4d888c5c455f73fa9cf34655947f (diff) | |
download | Furtherance-5b96deb2d30732595544e45855e15f61415e1c27.tar.zst |
Correct report timeframes
Diffstat (limited to 'src/ui/window.rs')
-rwxr-xr-x | src/ui/window.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.rs b/src/ui/window.rs index 7163195..bed1931 100755 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -926,3 +926,4 @@ impl Default for FurtheranceWindow { .unwrap() } } + |