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