mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Always override AddTorrentsInPause setting when downloading in the background.
This commit is contained in:
parent
17c122e5ad
commit
51cde405f9
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ bool AddNewTorrentDialog::loadMagnet(const QString &magnet_uri)
|
||||||
|
|
||||||
// Temporary override of addInPause setting
|
// Temporary override of addInPause setting
|
||||||
bool old_addInPause = pref.addTorrentsInPause();
|
bool old_addInPause = pref.addTorrentsInPause();
|
||||||
pref.addTorrentsInPause(!ui->start_torrent_cb->isChecked());
|
pref.addTorrentsInPause(false);
|
||||||
pref.sync();
|
pref.sync();
|
||||||
|
|
||||||
QBtSession::instance()->addMagnetUri(m_url, false);
|
QBtSession::instance()->addMagnetUri(m_url, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue