mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
- Removed code that is no longer needed
This commit is contained in:
parent
1499138b9b
commit
2e5330e54b
2 changed files with 3 additions and 5 deletions
|
@ -901,7 +901,7 @@ void GUI::processDownloadedFiles(QString path, QString url) {
|
|||
bool useTorrentAdditionDialog = settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool();
|
||||
if(useTorrentAdditionDialog) {
|
||||
torrentAdditionDialog *dialog = new torrentAdditionDialog(this, BTSession);
|
||||
dialog->showLoad(path, false, url);
|
||||
dialog->showLoad(path, url);
|
||||
}else{
|
||||
BTSession->addTorrent(path, false, url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue