mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
remove categories that have no results
This commit is contained in:
parent
82bb3ffd60
commit
784a305202
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user