From 57f9cf9d85b430c4cde20170b37c75b85e151d0d Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 26 Jul 2021 00:42:44 +0200 Subject: [PATCH] History: fix transactions missing after midnight --- pages/History.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/History.qml b/pages/History.qml index 49a4a125..45732c52 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -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