inputscrollspeedrow18
This commit is contained in:
parent
3e20abac2f
commit
5203d0a0ee
@ -6619,13 +6619,11 @@
|
||||
|
||||
<div class="col-auto">
|
||||
<select
|
||||
id="economic_speed"
|
||||
id="inputScrollSpeed18"
|
||||
class="form-select speed-select">
|
||||
|
||||
<option {%if economic_settings.speed == 'medium' %} selected {% endif %}>Medium</option>
|
||||
<option {%if economic_settings.speed == 'slow' %} selected {% endif %}>Slow</option>
|
||||
<option {%if economic_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
||||
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -6638,7 +6636,7 @@
|
||||
|
||||
<div class="col-auto">
|
||||
<select
|
||||
id="economic_speed2"
|
||||
id="inputScrollSpeedRow18"
|
||||
class="form-select speed-select">
|
||||
|
||||
<option {%if economic_settings.speed2 == 'medium' %} selected {% endif %}>Medium</option>
|
||||
@ -6657,7 +6655,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<select id="economic_animation" class="form-select animation-select">
|
||||
<select id="inputTransition18" class="form-select animation-select">
|
||||
<option {%if economic_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if economic_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if economic_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
|
Loading…
Reference in New Issue
Block a user