mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Merge pull request #562 from kiwix/kelson42-patch-1
Reintroduce Gutenberg category
This commit is contained in:
commit
84f78d8a42
@ -10,7 +10,7 @@ void initStaticContent() {
|
||||
#define PUSH(key) S_CATEGORIES.push_back(std::make_pair(QString::fromStdString(key), gt(key)))
|
||||
PUSH("all");
|
||||
PUSH("other");
|
||||
// PUSH("gutenberg"); // Gutenberg book has wrong tag
|
||||
PUSH("gutenberg"); // Gutenberg book has wrong tag
|
||||
PUSH("phet"); // Phet books have no tags
|
||||
PUSH("psiram");
|
||||
PUSH("stack_exchange");
|
||||
|
Loading…
x
Reference in New Issue
Block a user