mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
@@ -205,7 +205,7 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
|
||||
}
|
||||
}
|
||||
else if ((invalidL == false) && (invalidR == false)) {
|
||||
return lowerPositionThan(left, right);
|
||||
return etaL < etaR;
|
||||
}
|
||||
else {
|
||||
return !invalidL;
|
||||
|
||||
Reference in New Issue
Block a user