remove categories that have no results

This commit is contained in:
luddens 2019-06-19 10:51:15 +02:00 committed by Kelson
parent 82bb3ffd60
commit 784a305202

View File

@ -205,19 +205,19 @@ ContentManagerSide::ContentManagerSide(QWidget *parent) :
for (auto category: { for (auto category: {
"All", "All",
"Gutenberg", "Gutenberg", // Gutenberg book has wrong tag
"Other", "Other",
"Phet", "Phet", // Phet books have no tags
"Psiram", "Psiram",
"Stack Exchange", "Stack Exchange",
"Ted", "Ted", // Ted books have wrong tags
"Vikidia", "Vikidia",
"Wikibooks", "Wikibooks", // wikibooks have no tags
"Wikinews", "Wikinews",
"Wikipedia", "Wikipedia",
"Wikiquote", "Wikiquote",
"Wikisource", "Wikisource",
"Wikispecies", // "Wikispecies", // Wikispecies books have wrong tags
"Wikiversity", "Wikiversity",
"Wikivoyage", "Wikivoyage",
"Wiktionary" "Wiktionary"