mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
parent
11ca744548
commit
f48c49c248
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,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…
Add table
Add a link
Reference in a new issue