Skip to content

Commit

Permalink
Fix background bug
Browse files Browse the repository at this point in the history
blaumeise20 committed Dec 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6a46e7d commit 818485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
return;
}} />

{#if $config.mainScreenBackground}
{#if $config.mainScreenBackground && layers.peek() !== "editor"}
<div class="bg-image"></div>
{/if}

0 comments on commit 818485b

Please sign in to comment.