mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Download more pieces in "Download first and last pieces first" feature
This commit is contained in:
parent
193913129f
commit
6b6411d06b
3 changed files with 14 additions and 4 deletions
|
@ -668,7 +668,7 @@ void TransferListWidget::displayListMenu(const QPoint&)
|
|||
QAction actionSequential_download(tr("Download in sequential order"), 0);
|
||||
actionSequential_download.setCheckable(true);
|
||||
connect(&actionSequential_download, SIGNAL(triggered()), this, SLOT(toggleSelectedTorrentsSequentialDownload()));
|
||||
QAction actionFirstLastPiece_prio(tr("Download first and last piece first"), 0);
|
||||
QAction actionFirstLastPiece_prio(tr("Download first and last pieces first"), 0);
|
||||
actionFirstLastPiece_prio.setCheckable(true);
|
||||
connect(&actionFirstLastPiece_prio, SIGNAL(triggered()), this, SLOT(toggleSelectedFirstLastPiecePrio()));
|
||||
// End of actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue