mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Reset torrent display once it is queued
This commit is contained in:
parent
668268b6b5
commit
1e37858cc4
2 changed files with 7 additions and 0 deletions
|
@ -262,6 +262,9 @@ void FinishedTorrents::updateFinishedList(){
|
|||
} else {
|
||||
finishedListModel->setData(finishedListModel->index(row, F_NAME), QVariant(QIcon(QString::fromUtf8(":/Icons/skin/queued.png"))), Qt::DecorationRole);
|
||||
}
|
||||
// Reset upload speed and seeds/leech
|
||||
finishedListModel->setData(finishedListModel->index(row, F_UPSPEED), 0.);
|
||||
finishedListModel->setData(finishedListModel->index(row, F_LEECH), "0");
|
||||
setRowColor(row, QString::fromUtf8("grey"));
|
||||
}
|
||||
if(h.is_paused() || h.is_queued()) continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue