fix manual parsing with new time adjustments
This commit is contained in:
parent
b4e6b1b46c
commit
02286e19a8
@ -120,7 +120,7 @@ public partial class MainWindow : Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void HandleEntries(List<Entry> entries) {
|
private void HandleEntries(List<Entry> entries) {
|
||||||
HandleEntries(entries, DateTime.Now, DateTime.Now);
|
HandleEntries(entries, startdate.Value ?? DateTime.Now, enddate.Value ?? DateTime.Now);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Loadentries_EntriesLoaded(List<Entry> lines) {
|
private void Loadentries_EntriesLoaded(List<Entry> lines) {
|
||||||
|
Loading…
Reference in New Issue
Block a user