mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Oops, one } should not be there
This commit is contained in:
parent
de0ac5cda4
commit
8e7d0f4dc1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue