mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
c45dfb6662
commit
d918c43aba
@@ -300,7 +300,7 @@ void TrackersFilterWidget::decreaseTorrentsCount(const QString &trackerHost)
|
||||
|
||||
--trackerData.torrentsCount;
|
||||
|
||||
if (trackerData.torrentsCount == 0)
|
||||
if ((trackerData.torrentsCount == 0) && (trackerHost != NULL_HOST))
|
||||
{
|
||||
if (currentItem() == trackerData.item)
|
||||
setCurrentRow(0, QItemSelectionModel::SelectCurrent);
|
||||
|
||||
Reference in New Issue
Block a user