mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 20:36:32 +02:00
History: sort by date actually sorts by datetime
This commit is contained in:
parent
550087f4a1
commit
f38c6f4307
@ -394,8 +394,8 @@ Rectangle {
|
|||||||
model.sortRole = TransactionHistoryModel.TransactionPaymentIdRole
|
model.sortRole = TransactionHistoryModel.TransactionPaymentIdRole
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// Date;
|
// Date (actually sort by timestamp as we want to have transactions sorted within one day as well);
|
||||||
model.sortRole = TransactionHistoryModel.TransactionDateRole
|
model.sortRole = TransactionHistoryModel.TransactionTimeStampRole
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
// BlockHeight;
|
// BlockHeight;
|
||||||
|
Loading…
Reference in New Issue
Block a user