mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-06-04 09:31:05 +03:00
Fix viewer filter not including the whole last day
This commit is contained in:
parent
c03e2d328d
commit
461e403733
@ -211,7 +211,7 @@ namespace DHT.Desktop.Main.Controls {
|
||||
|
||||
if (FilterByDate) {
|
||||
filter.StartDate = StartDate;
|
||||
filter.EndDate = EndDate;
|
||||
filter.EndDate = EndDate?.AddDays(1).AddMilliseconds(-1);
|
||||
}
|
||||
|
||||
if (FilterByChannel) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user