From d4dfe9d92dbc517415a85a656520989a6c377aec Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 9 Dec 2023 22:09:57 -0800 Subject: feat(settings): option disable panels --- src/routes/+layout.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/routes/+layout.svelte') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a2c11d4d..2374ff8e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -51,8 +51,9 @@ {#if data.user === undefined} Log in with AniList + Log in with AniList + {:else} Log out from AniList ({currentUserIdentity.name}) {/if} -- cgit v1.2.3