diff options
| author | Fuwn <[email protected]> | 2024-01-15 19:27:14 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-15 19:28:28 -0800 |
| commit | a1a976ad884e3baee4a997d6a9fb4adf8a7ad513 (patch) | |
| tree | f1d6ab72df7696bcca51d88ab5127865c8da6380 /src/lib | |
| parent | fix(tooltip): off screen alignment (diff) | |
| download | due.moe-a1a976ad884e3baee4a997d6a9fb4adf8a7ad513.tar.xz due.moe-a1a976ad884e3baee4a997d6a9fb4adf8a7ad513.zip | |
revert(debug): remove tooltip from localstorage
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 |