mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
- Should fix save path problems
This commit is contained in:
parent
276dfd9df6
commit
25b9601613
1 changed files with 2 additions and 2 deletions
|
@ -162,10 +162,10 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
|
||||||
refresher = new QTimer(this);
|
refresher = new QTimer(this);
|
||||||
connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists()));
|
connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists()));
|
||||||
refresher->start(1500);
|
refresher->start(1500);
|
||||||
// Resume unfinished torrents
|
|
||||||
BTSession->resumeUnfinishedTorrents();
|
|
||||||
// Configure BT session according to options
|
// Configure BT session according to options
|
||||||
configureSession(true);
|
configureSession(true);
|
||||||
|
// Resume unfinished torrents
|
||||||
|
BTSession->resumeUnfinishedTorrents();
|
||||||
// Add torrent given on command line
|
// Add torrent given on command line
|
||||||
processParams(torrentCmdLine);
|
processParams(torrentCmdLine);
|
||||||
// Initialize Web UI
|
// Initialize Web UI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue