We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45dfb6 commit d918c43Copy full SHA for d918c43
src/gui/transferlistfilters/trackersfilterwidget.cpp
@@ -300,7 +300,7 @@ void TrackersFilterWidget::decreaseTorrentsCount(const QString &trackerHost)
300
301
--trackerData.torrentsCount;
302
303
- if (trackerData.torrentsCount == 0)
+ if ((trackerData.torrentsCount == 0) && (trackerHost != NULL_HOST))
304
{
305
if (currentItem() == trackerData.item)
306
setCurrentRow(0, QItemSelectionModel::SelectCurrent);
0 commit comments