Change minimum scroll speed value to 1

This commit is contained in:
Laurant 2020-06-18 23:23:56 +02:00 committed by GitHub
parent ca0b5b2d35
commit add6c35928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<li>
<span>{{ $t('setting.scroll') }}</span>
<label class="slider">
<input type="range" min="5" max="100" v-model="scroll" />
<input type="range" min="1" max="100" v-model="scroll" />
</label>
</li>
<li>