fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 8m42s

This commit is contained in:
doomtube 2026-01-11 20:15:00 -05:00
parent 381e8b79b0
commit f06f9517cc
2 changed files with 2 additions and 1 deletions

View file

@ -2710,7 +2710,7 @@ void UserController::updateScreensaver(const HttpRequestPtr &req,
if (timeoutMinutes > 30) timeoutMinutes = 30;
// Validate screensaver type
if (type != "snowfall" && type != "fractal_crystalline" && type != "random") {
if (type != "snowfall" && type != "fractal_crystalline" && type != "mandelbrot_zoom" && type != "random") {
type = "snowfall";
}

View file

@ -3310,6 +3310,7 @@ bot.connect();</code></pre>
>
<option value="snowfall">Snowfall</option>
<option value="fractal_crystalline">Fractal Crystalline</option>
<option value="mandelbrot_zoom">Mandelbrot Zoom</option>
<option value="random">Random</option>
</select>
<p style="font-size: 0.85rem; color: var(--gray); margin-top: 0.5rem;">