This commit is contained in:
parent
381e8b79b0
commit
f06f9517cc
2 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue