Implement Advanced Saving Management subsystem

Closes #4696
This commit is contained in:
Vladimir Golovnev (Glassez)
2016-02-09 11:56:48 +03:00
committed by sledgehammer999
parent 8e5c31ae82
commit 3d107e0588
59 changed files with 1792 additions and 1276 deletions

View File

@@ -352,7 +352,7 @@ void RSSImp::downloadSelectedTorrents()
if (article->torrentUrl().isEmpty())
continue;
if (Preferences::instance()->useAdditionDialog())
if (AddNewTorrentDialog::isEnabled())
AddNewTorrentDialog::show(article->torrentUrl());
else
BitTorrent::Session::instance()->addTorrent(article->torrentUrl());