refactor: rename halloween cats to -spooky

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-11-06 00:47:33 +01:00
parent a0580946dc
commit 4708ce4226
3 changed files with 2 additions and 2 deletions

View File

@ -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";
}