mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
parent
d76a84048b
commit
d3b23e4b81
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
|
|||
}
|
||||
}
|
||||
else if (!invalidL && !invalidR) {
|
||||
return lowerPositionThan(left, right);
|
||||
return etaL < etaR;
|
||||
}
|
||||
else {
|
||||
return !invalidL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue