diff --git a/src/App.svelte b/src/App.svelte index 9e80049..c97a51d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -67,7 +67,7 @@ return; }} /> -{#if $config.mainScreenBackground} +{#if $config.mainScreenBackground && layers.peek() !== "editor"}
{/if}