mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -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) {
|
else if (!invalidL && !invalidR) {
|
||||||
return lowerPositionThan(left, right);
|
return etaL < etaR;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return !invalidL;
|
return !invalidL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue