mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-10 00:46:48 -06:00
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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user