mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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:
parent
afb03725ad
commit
ea1d7afdef
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa
|
||||||
|
|
||||||
// Populate the transfer list
|
// Populate the transfer list
|
||||||
transferList->getSourceModel()->populate();
|
transferList->getSourceModel()->populate();
|
||||||
|
transferList->setFocus();
|
||||||
|
|
||||||
// Update the number of torrents (tab)
|
// Update the number of torrents (tab)
|
||||||
updateNbTorrents();
|
updateNbTorrents();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue