Skip to content

Commit

Permalink
Activity Week lines - Set fringe datetimes.
Browse files Browse the repository at this point in the history
To avoid missing the times on the edges.
  • Loading branch information
david-cattermole committed Aug 1, 2024
1 parent 443440b commit 1eb62f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print-lib/src/print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ fn generate_entry_day_activity_lines(
weekday_datetime_pair: DateTimeLocalPair,
time_block_unit: TimeBlockUnit,
) {
let add_fringe_datetimes = false;
let add_fringe_datetimes = true;
let fill_datetimes_gaps = true;

let duration_map = sum_entry_activity_duration(
Expand Down

0 comments on commit 1eb62f8

Please sign in to comment.