Merge pull request #3644

57f9cf9 History: fix transactions missing after midnight (selsta)
This commit is contained in:
luigi1111 2021-08-26 21:22:05 -04:00
commit 60967d3930
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1410,7 +1410,7 @@ Rectangle {
}
if (typeof root.model !== 'undefined' && root.model != null) {
toDatePicker.currentDate = new Date(); //today
toDatePicker.currentDate = root.model.transactionHistory.lastDateTime
}
// extract from model, create JS array of txs