mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 21:21:24 -07:00
- Improved sequenced/incremental download settings
- Updated Catalan, Swedish translations
This commit is contained in:
parent
e2e5b56868
commit
942cdb1f91
6 changed files with 82 additions and 84 deletions
|
@ -1312,7 +1312,7 @@ void GUI::addTorrents(const QStringList& pathsList, bool fromScanDir, const QStr
|
|||
// Incremental download
|
||||
if(QFile::exists(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+QString(t.name().c_str())+".incremental")){
|
||||
qDebug("Incremental download enabled for %s", t.name().c_str());
|
||||
h.set_sequenced_download_threshold(1);
|
||||
h.set_sequenced_download_threshold(15);
|
||||
}
|
||||
// Update info Bar
|
||||
if(!fastResume){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue