aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-07 11:08:24 -0800
committerFuwn <[email protected]>2023-12-07 11:08:24 -0800
commitefd7e9bd05104d28d6d17d12c76a643c2d313b45 (patch)
treef857654f2b6e702519c5b3aa0412f73a6534bc35 /src/lib/Tools
parentfeat(wrapped): move width control (diff)
downloaddue.moe-efd7e9bd05104d28d6d17d12c76a643c2d313b45.tar.xz
due.moe-efd7e9bd05104d28d6d17d12c76a643c2d313b45.zip
feat(wrapped): minimum rated to 3
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/Wrapped.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index 86168c65..bd88a588 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -446,7 +446,7 @@
<input type="checkbox" bind:checked={includeRepeats} /> Include rewatches & rereads<br />
<input type="checkbox" bind:checked={includeSpecials} /> Include specials and OVAs<br />
<select bind:value={highestRatedCount}>
- {#each [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as count}
+ {#each [3, 4, 5, 6, 7, 8, 9, 10] as count}
<option value={count}>{count}</option>
{/each}
</select>