refactor: rename halloween cats to -spooky
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a0580946dc
commit
4708ce4226
3 changed files with 2 additions and 2 deletions
|
@ -1565,7 +1565,7 @@ void MainWindow::setCatBackground(bool enabled)
|
|||
if (non_stupid_abs(now.daysTo(xmas)) <= 4) {
|
||||
cat += "-xmas";
|
||||
} else if (non_stupid_abs(now.daysTo(halloween)) <= 4) {
|
||||
cat += "-ween";
|
||||
cat += "-spooky";
|
||||
} else if (non_stupid_abs(now.daysTo(birthday)) <= 12) {
|
||||
cat += "-bday";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue