Reintroduce Gutenberg category

This commit is contained in:
Kelson 2020-12-19 23:28:46 +01:00 committed by GitHub
parent f84606b2eb
commit 4434257271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");