From a1a976ad884e3baee4a997d6a9fb4adf8a7ad513 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 15 Jan 2024 19:27:14 -0800 Subject: revert(debug): remove tooltip from localstorage --- src/lib/Settings/Categories/Debug.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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(); @@ -46,7 +45,7 @@ heading: 'localStorage successfully cleared' }) ); - }}>Clear localStorageClear localStorage Resets all of your settings to their default values and clears both AniList media list and manga -- cgit v1.2.3