thought json was not built in oops, also fixed intensity permanence

This commit is contained in:
2025-06-24 21:45:38 -03:00
parent 338f489582
commit 4392e811e6
3 changed files with 17 additions and 5 deletions

View File

@@ -560,7 +560,7 @@
</div>
<div class="options-intensity">
<label for="intensity">{{ t['intensity'] }}</label>
<input type="number" name="intensity" value="85" min="0" max="100" step="1">
<input type="number" name="intensity" value="{{ current_intensity }}" min="0" max="100" step="1">
</div>
<div class="options-rotation">
<label for="rotation">{{ t['rotate_image'] }}</label>