mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
History: fix transactions missing after midnight
This commit is contained in:
parent
51828babbb
commit
57f9cf9d85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue