diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Settings/Categories/Debug.svelte | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Settings/Categories/Debug.svelte b/src/lib/Settings/Categories/Debug.svelte index 04bb0985..2e2e64bd 100644 --- a/src/lib/Settings/Categories/Debug.svelte +++ b/src/lib/Settings/Categories/Debug.svelte @@ -3,7 +3,6 @@ import { getNotificationsContext } from 'svelte-notifications'; import SettingHint from '../SettingHint.svelte'; import { options } from '$lib/Notification/options'; - import tooltip from '$lib/Tooltip/tooltip'; const { addNotification } = getNotificationsContext(); </script> @@ -46,7 +45,7 @@ heading: '<code>localStorage</code> successfully cleared' }) ); - }}>Clear <code title="Local browser key/value pair store" use:tooltip>localStorage</code></button + }}>Clear <code>localStorage</code></button > <SettingHint lineBreak> Resets all of your settings to their default values and clears both AniList media list and manga |