diff --git a/src/GUI.cpp b/src/GUI.cpp index f891a983e..0ec98b38a 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1123,7 +1123,6 @@ void GUI::configureSession(bool deleteOptions) { BTSession->setMaxActiveTorrents(max_torrents); BTSession->setMaxActiveDownloads(max_downloads); BTSession->setQueueingEnabled(true); - } } else { if(BTSession->isQueueingEnabled()) { BTSession->setQueueingEnabled(false);