mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +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
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 71 KiB |
Loading…
Add table
Add a link
Reference in a new issue