From c546baf0c8f6eaed93f2d137172dbac240c4c91e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 9 Sep 2023 22:19:47 -0700 Subject: feat(settings): more setting hints --- src/routes/settings/+page.svelte | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 19f25828..149af63a 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -92,15 +92,17 @@ Re-cache ALL unresolved manga -
+

Re-cache ALL manga + Force a re-cache of all cached manga chapter counts -
+

- Re-cache ALL media keys every + Re-cache ALL media keys every minutes + Media keys = your cached list data

@@ -116,17 +118,21 @@ Low values may cause rate-limiting - depending on how much releasing manga are on your lists + depending on the amount of releasing manga are on your lists

Reset

Reset ALL settings + + Resets all settings present on this page to their default values +

localStorage.clear()}>Clear localStorage - Doesn't break anything, but resets all settings and key caches. Recommended after updates + Doesn't break anything, but resets all settings and clears all key caches. Recommended after + updates {/if} -- cgit v1.2.3