diff --git a/res/images/mixxx-icon-logo-christmas.svg b/res/images/mixxx-icon-logo-christmas.svg new file mode 100644 index 00000000000..014cbb539f0 --- /dev/null +++ b/res/images/mixxx-icon-logo-christmas.svg @@ -0,0 +1,3493 @@ + + + + + + + + + + + + + + + + + diff --git a/res/mixxx.qrc b/res/mixxx.qrc index 8011fe39f94..33f08f45503 100644 --- a/res/mixxx.qrc +++ b/res/mixxx.qrc @@ -36,6 +36,7 @@ images/heart_icon_dark.svg images/heart_icon_rainbow.svg images/mixxx-icon-logo-symbolic.svg + images/mixxx-icon-logo-christmas.svg images/skin_preview_placeholder.png images/ic_checkmark.svg images/ic_delete.svg diff --git a/src/skin/legacy/launchimage.cpp b/src/skin/legacy/launchimage.cpp index 0b6c12a5854..bee5b70059f 100644 --- a/src/skin/legacy/launchimage.cpp +++ b/src/skin/legacy/launchimage.cpp @@ -11,7 +11,7 @@ #include "moc_launchimage.cpp" namespace { -bool isIn2024ChristmasHollidays() { +bool isIn2024ChristmasHolidays() { auto currentDate = QDate::currentDate(); return currentDate >= QDate(2024, 12, 24) && currentDate <= QDate(2025, 1, 6); @@ -20,7 +20,7 @@ bool isIn2024ChristmasHollidays() { LaunchImage::LaunchImage(QWidget* pParent, const QString& styleSheet) : QWidget(pParent) { - if (isIn2024ChristmasHollidays()) { + if (isIn2024ChristmasHolidays()) { setStyleSheet( "LaunchImage { background-color: #202020; }" "QLabel { "