Skip to content

Commit

Permalink
feat: add typescript cat pack to theme wizard
Browse files Browse the repository at this point in the history
Signed-off-by: windstone <[email protected]>
  • Loading branch information
notwindstone authored Jul 12, 2024
1 parent 6dcd3c8 commit 3313058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launcher/ui/themes/ThemeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ QString ThemeManager::addCatPack(std::unique_ptr<CatPack> catPack)
void ThemeManager::initializeCatPacks()
{
QList<std::pair<QString, QString>> defaultCats{ { "kitteh", QObject::tr("Background Cat (from MultiMC)") },
{ "typescript", QObject::tr("You should have used Typescript") },
{ "rory", QObject::tr("Rory ID 11 (drawn by Ashtaka)") },
{ "rory-flat", QObject::tr("Rory ID 11 (flat edition, drawn by Ashtaka)") },
{ "teawie", QObject::tr("Teawie (drawn by SympathyTea)") } };
Expand Down Expand Up @@ -344,4 +345,4 @@ void ThemeManager::refresh()

initializeThemes();
initializeCatPacks();
};
};

0 comments on commit 3313058

Please sign in to comment.