History: fix transactions missing after midnight

This commit is contained in:
selsta 2021-07-26 00:42:44 +02:00
parent 51828babbb
commit 57f9cf9d85
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -1410,7 +1410,7 @@ Rectangle {
} }
if (typeof root.model !== 'undefined' && root.model != null) { 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 // extract from model, create JS array of txs