From 818485b99010e2ab9419fa4d85059c48afcaf244 Mon Sep 17 00:00:00 2001 From: blaumeise20 <62756994+blaumeise20@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:38:04 +0100 Subject: [PATCH] Fix background bug --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}