Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into new_cats

This commit is contained in:
Trial97
2023-11-23 16:58:42 +02:00
73 changed files with 344 additions and 235 deletions

View File

@ -46,7 +46,7 @@
QString BasicCatPack::path()
{
const auto now = QDate::currentDate();
const auto birthday = QDate(now.year(), 11, 30);
const auto birthday = QDate(now.year(), 11, 1);
const auto xmas = QDate(now.year(), 12, 25);
const auto halloween = QDate(now.year(), 10, 31);