Update SettingsModal.svelte

This commit is contained in:
Anthony Cucci 2023-11-29 22:26:50 -05:00 committed by GitHub
parent 467384e9d5
commit ec07dff7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -744,7 +744,7 @@
<input
id="steps-range"
type="range"
min="0"
min="1"
max="16000"
bind:value={num_ctx}
step="32"