diff options
| author | 2026-01-14 13:52:24 +0800 | |
|---|---|---|
| committer | 2026-01-14 13:52:24 +0800 | |
| commit | 226661c4e700d16a9c371ae9c57ebab96ef93cd9 (patch) | |
| tree | 9f9e3bb3c48b2f87fbbd359e11f7e97c6168cd63 /ui/src | |
| parent | e6295ae4e80e4eb31163a86815d0257ce2091d3b (diff) | |
| download | DropOut-226661c4e700d16a9c371ae9c57ebab96ef93cd9.tar.gz DropOut-226661c4e700d16a9c371ae9c57ebab96ef93cd9.zip | |
Update ui/src/components/SettingsView.svelte
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'ui/src')
| -rw-r--r-- | ui/src/components/SettingsView.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/SettingsView.svelte b/ui/src/components/SettingsView.svelte index fc4fe46..81dd586 100644 --- a/ui/src/components/SettingsView.svelte +++ b/ui/src/components/SettingsView.svelte @@ -132,6 +132,7 @@ type="number" min="1" max="128" + step="1" class="bg-zinc-950 text-white w-full p-3 rounded border border-zinc-700 focus:border-indigo-500 outline-none" /> <p class="text-xs text-zinc-500 mt-2"> |