mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE maybe fix macos build, pngcrush images
This commit is contained in:
parent
2e58429b6a
commit
70052b180c
3 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue