diff --git a/src/librssguard/services/inoreader/inoreaderserviceroot.cpp b/src/librssguard/services/inoreader/inoreaderserviceroot.cpp index b4dc3db79..26f39e7c2 100644 --- a/src/librssguard/services/inoreader/inoreaderserviceroot.cpp +++ b/src/librssguard/services/inoreader/inoreaderserviceroot.cpp @@ -136,7 +136,7 @@ QString InoreaderServiceRoot::additionalTooltip() const { RootItem* InoreaderServiceRoot::obtainNewTreeForSyncIn() const { auto tree = m_network->feedsCategories(true); - if (tree != nullptr && tree->childCount() > 1) { + if (tree != nullptr) { auto* lblroot = new LabelsNode(tree); auto labels = m_network->getLabels();