mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Merge pull request #3644
57f9cf9
History: fix transactions missing after midnight (selsta)
This commit is contained in:
commit
60967d3930
@ -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 New Issue
Block a user