diff --git a/src/lib/components/debug/FakeMessageGenerator.svelte b/src/lib/components/debug/FakeMessageGenerator.svelte index 48585a1..448d0e0 100644 --- a/src/lib/components/debug/FakeMessageGenerator.svelte +++ b/src/lib/components/debug/FakeMessageGenerator.svelte @@ -19,7 +19,7 @@ } -{#if $stateStore.debug} +{#if $stateStore.debug && $stateStore.isSidebarCollapsed}

Is this a bot?