mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Split download and upload lists in Web UI
This commit is contained in:
parent
ac6eb8c6bc
commit
b1c73cb401
15 changed files with 932 additions and 44 deletions
|
@ -721,6 +721,7 @@ void bittorrent::setUnfinishedTorrent(QString hash) {
|
|||
updateDownloadQueue();
|
||||
}
|
||||
}
|
||||
emit torrentSwitchedtoUnfinished(hash);
|
||||
}
|
||||
|
||||
// Add the given hash to the list of finished torrents
|
||||
|
@ -758,6 +759,7 @@ void bittorrent::setFinishedTorrent(QString hash) {
|
|||
}
|
||||
// Save fast resume data
|
||||
saveFastResumeAndRatioData(hash);
|
||||
emit torrentSwitchedtoFinished(hash);
|
||||
}
|
||||
|
||||
// Pause a running torrent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue