Add in pause settings can be ignored from torrent addition dialog

This commit is contained in:
Christophe Dumez
2010-01-20 08:37:53 +00:00
parent 9b40a036a7
commit 26b2367833
3 changed files with 5 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ public:
savePathTxt->setText(Preferences::getSavePath());
if(Preferences::addTorrentsInPause()) {
addInPause->setChecked(true);
addInPause->setEnabled(false);
//addInPause->setEnabled(false);
}
#ifndef LIBTORRENT_0_15
addInSeed->setVisible(false);