mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user