mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-01 04:40:22 +02:00
#825 Set temperature slider min value to 0.0
This commit is contained in:
parent
1b7973ec13
commit
ccbec7715a
@ -253,7 +253,7 @@
|
||||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="temp" name="volume" min="0.1" max="2.0" step="0.01">
|
||||
<input type="range" id="temp" name="volume" min="0.0" max="2.0" step="0.01">
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<div contenteditable="true" data-for="temp" id="temp_counter">
|
||||
|
Loading…
x
Reference in New Issue
Block a user