1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

- Oops, one } should not be there

This commit is contained in:
Christophe Dumez 2008-07-15 18:24:46 +00:00
parent de0ac5cda4
commit 8e7d0f4dc1

View File

@ -1123,7 +1123,6 @@ void GUI::configureSession(bool deleteOptions) {
BTSession->setMaxActiveTorrents(max_torrents); BTSession->setMaxActiveTorrents(max_torrents);
BTSession->setMaxActiveDownloads(max_downloads); BTSession->setMaxActiveDownloads(max_downloads);
BTSession->setQueueingEnabled(true); BTSession->setQueueingEnabled(true);
}
} else { } else {
if(BTSession->isQueueingEnabled()) { if(BTSession->isQueueingEnabled()) {
BTSession->setQueueingEnabled(false); BTSession->setQueueingEnabled(false);