diff options
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 20 |
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 /> |