mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
- Exceptions to "Add Torrent is paused" setting can now be set in torrent addition dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user