Merge pull request #1871 from Trial97/cat_day

changed prism aniversary
This commit is contained in:
Alexandru Ionut Tripon 2023-11-23 14:14:04 +00:00 committed by GitHub
commit 7f6027498e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,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);