diff --git a/launcher/ui/themes/ThemeManager.cpp b/launcher/ui/themes/ThemeManager.cpp index d57e166f4..31d5c64ea 100644 --- a/launcher/ui/themes/ThemeManager.cpp +++ b/launcher/ui/themes/ThemeManager.cpp @@ -291,6 +291,7 @@ QString ThemeManager::addCatPack(std::unique_ptr catPack) void ThemeManager::initializeCatPacks() { QList> 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)") } }; @@ -344,4 +345,4 @@ void ThemeManager::refresh() initializeThemes(); initializeCatPacks(); -}; \ No newline at end of file +};