thought json was not built in oops, also fixed intensity permanence
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user