change non-CC API context slider steps to 512
This commit is contained in:
parent
6f79f75f71
commit
bd9c4d28ca
|
@ -235,7 +235,7 @@
|
|||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="max_context" name="volume" min="512" max="4096" step="1">
|
||||
<input type="range" id="max_context" name="volume" min="512" max="4096" step="512">
|
||||
</div>
|
||||
<div class="range-block-counter" data-randomization-disabled="true">
|
||||
<div contenteditable="true" data-for="max_context" id="max_context_counter">
|
||||
|
|
Loading…
Reference in New Issue