mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
parent
3971bf2d58
commit
e3b9659fb8
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ void TorrentCreatorDialog::handleCreationSuccess(const QString &path, const QStr
|
|||
params.savePath = branchPath;
|
||||
params.skipChecking = true;
|
||||
params.ignoreShareLimits = m_ui->checkIgnoreShareLimits->isChecked();
|
||||
params.useAutoTMM = TriStateBool::False; // otherwise if it is on by default, it will overwrite `savePath` to the default save path
|
||||
|
||||
BitTorrent::Session::instance()->addTorrent(t, params);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue