mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Make setSequentialDownload/setFirstLastPiecePriority independent.
This commit is contained in:
parent
88abe2baff
commit
67e90d8d2a
4 changed files with 23 additions and 24 deletions
|
@ -562,7 +562,7 @@ void TransferListWidget::toggleSelectedTorrentsSequentialDownload() const
|
|||
void TransferListWidget::toggleSelectedFirstLastPiecePrio() const
|
||||
{
|
||||
foreach (BitTorrent::TorrentHandle *const torrent, getSelectedTorrents())
|
||||
torrent->setFirstLastPiecePriority(!torrent->hasFirstLastPiecePriority());
|
||||
torrent->toggleFirstLastPiecePriority();
|
||||
}
|
||||
|
||||
void TransferListWidget::askNewLabelForSelection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue