1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00:00

Focus transfer list on startup

The torrent list filter will be focused otherwise and its placeholder
text will be hidden on startup.
This commit is contained in:
Gabriele 2014-10-19 16:56:30 +02:00
parent afb03725ad
commit ea1d7afdef

View File

@ -311,6 +311,7 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa
// Populate the transfer list
transferList->getSourceModel()->populate();
transferList->setFocus();
// Update the number of torrents (tab)
updateNbTorrents();