mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Fix issues related to tab order in main window
Make sure the search input has focus when switching to the search tab
This commit is contained in:
@@ -2089,7 +2089,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||
QString hash;
|
||||
#if LIBTORRENT_VERSION_MINOR > 14
|
||||
hash = misc::toQString(p->info_hash);
|
||||
|
||||
#else
|
||||
// Unfortunately libtorrent v0.14 does not provide the hash,
|
||||
// only the torrent handle that is often invalid when it arrives
|
||||
|
||||
Reference in New Issue
Block a user