Skip to content

Commit

Permalink
NOISSUE maybe fix macos build, pngcrush images
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Dec 24, 2018
1 parent 2e58429 commit 70052b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ void MainWindow::setCatBackground(bool enabled)
QDateTime now = QDateTime::currentDateTime();
QDateTime xmas(QDate(now.date().year(), 12, 25), QTime(0, 0));
;
QString cat = (abs(now.daysTo(xmas)) <= 4) ? "catmas" : "kitteh";
QString cat = (std::abs(now.daysTo(xmas)) <= 4) ? "catmas" : "kitteh";
view->setStyleSheet(QString(R"(
GroupView
{
Expand Down
Binary file modified application/resources/backgrounds/catbgrnd2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified application/resources/backgrounds/catmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70052b1

Please sign in to comment.