Merge pull request #405 from AshtakaOOf/spooky
This commit is contained in:
commit
126bbd67f7
@ -4,12 +4,14 @@
|
||||
<file alias="kitteh">kitteh.png</file>
|
||||
<file alias="kitteh-xmas">kitteh-xmas.png</file>
|
||||
<file alias="kitteh-bday">kitteh-bday.png</file>
|
||||
<file alias="kitteh-ween">kitteh-ween.png</file>
|
||||
<file alias="kitteh-spooky">kitteh-spooky.png</file>
|
||||
<file alias="rory">rory.png</file>
|
||||
<file alias="rory-xmas">rory-xmas.png</file>
|
||||
<file alias="rory-bday">rory-bday.png</file>
|
||||
<file alias="rory-spooky">rory-spooky.png</file>
|
||||
<file alias="rory-flat">rory-flat.png</file>
|
||||
<file alias="rory-flat-xmas">rory-flat-xmas.png</file>
|
||||
<file alias="rory-flat-bday">rory-flat-bday.png</file>
|
||||
<file alias="rory-flat-spooky">rory-flat-spooky.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
launcher/resources/backgrounds/rory-flat-spooky.png
Normal file
BIN
launcher/resources/backgrounds/rory-flat-spooky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
launcher/resources/backgrounds/rory-spooky.png
Normal file
BIN
launcher/resources/backgrounds/rory-spooky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
@ -1590,8 +1590,8 @@ void MainWindow::setCatBackground(bool enabled)
|
||||
QString cat = APPLICATION->settings()->get("BackgroundCat").toString();
|
||||
if (non_stupid_abs(now.daysTo(xmas)) <= 4) {
|
||||
cat += "-xmas";
|
||||
} else if (cat == "kitteh" && non_stupid_abs(now.daysTo(halloween)) <= 4) {
|
||||
cat += "-ween";
|
||||
} else if (non_stupid_abs(now.daysTo(halloween)) <= 4) {
|
||||
cat += "-spooky";
|
||||
} else if (non_stupid_abs(now.daysTo(birthday)) <= 12) {
|
||||
cat += "-bday";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user