Skip to content

Commit

Permalink
Extend christmas season to 2025-01-06 (Epiphany)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Dec 16, 2024
1 parent 269fa0b commit fe75021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/legacy/launchimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace {
bool isIn2024ChristmasHollidays() {
auto currentDate = QDate::currentDate();
return currentDate >= QDate(2024, 12, 24) &&
currentDate <= QDate(2025, 1, 1);
currentDate <= QDate(2025, 1, 6);
}
} // namespace

Expand Down

0 comments on commit fe75021

Please sign in to comment.