diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-06 00:47:33 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-06 00:47:33 +0100 |
commit | 4708ce4226e7b23046b8a099dd033192e68f8fd5 (patch) | |
tree | 98e78425c58a9a9f3dc72ddab847459e26432cad /launcher/ui | |
parent | a0580946dcac871b74e670e354921842bcf07aa6 (diff) | |
download | PrismLauncher-4708ce4226e7b23046b8a099dd033192e68f8fd5.tar.gz PrismLauncher-4708ce4226e7b23046b8a099dd033192e68f8fd5.tar.bz2 PrismLauncher-4708ce4226e7b23046b8a099dd033192e68f8fd5.zip |
refactor: rename halloween cats to -spooky
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index 8cf2bde7..f6b9888f 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -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"; } |