mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
Merge pull request #104
f38c6f4
History: sort by date actually sorts by datetime (Ilya Kitaev)
This commit is contained in:
commit
f77033405c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue