aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-28 10:42:10 -0800
committerFuwn <[email protected]>2023-12-28 10:42:10 -0800
commita19bd3fe2e967ff89c8d75bdb62f2660dc0c7f2f (patch)
tree0436f46bc96bf52bde2948c7b06a8ce62a6fc9b6 /src/lib
parentfix(birthdays): shortcut link (diff)
downloaddue.moe-a19bd3fe2e967ff89c8d75bdb62f2660dc0c7f2f.tar.xz
due.moe-a19bd3fe2e967ff89c8d75bdb62f2660dc0c7f2f.zip
feat(wrapped): always display full-year option
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Tools/Wrapped.svelte20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index b36a61e2..6d66ea73 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -625,17 +625,15 @@
Enable top genres and tags<br />
<input type="checkbox" bind:checked={disableActivityHistory} /> Disable activity history<br
/>
- {#if !disableActivityHistory}
- <input type="checkbox" bind:checked={useFullActivityHistory} />
- Enable full-year activity<br />
- <SettingHint>
- If you have many activities, you may rate-limited and you may need multiple attempts
- to fully populate your local activity history database.<br />If you get rate-limited,
- wait one minute, then try again.
- <a href={'#'} on:click={pruneFullYear}>Refresh data</a>
- </SettingHint><br />
- <p />
- {/if}
+ <input type="checkbox" bind:checked={useFullActivityHistory} />
+ Enable full-year activity<br />
+ <SettingHint>
+ If you have many activities, you may rate-limited and you may need multiple attempts to
+ fully populate your local activity history database.<br />If you get rate-limited, wait
+ one minute, then try again.
+ <a href={'#'} on:click={pruneFullYear}>Refresh data</a>
+ </SettingHint><br />
+ <p />
<input type="checkbox" bind:checked={includeMusic} /> Include music<br />
<input type="checkbox" bind:checked={includeRepeats} /> Include rewatches & rereads<br />
<input type="checkbox" bind:checked={includeSpecials} /> Include specials and OVAs<br />