web/layout: always display processing queue

because the remux page relies on it
This commit is contained in:
wukko 2025-01-31 23:59:01 +06:00
parent 90dcc48cad
commit ee459e8694
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -91,9 +91,7 @@
<UpdateNotification /> <UpdateNotification />
{/if} {/if}
<div id="content"> <div id="content">
{#if $settings.advanced.localProcessing}
<ProcessingQueue /> <ProcessingQueue />
{/if}
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated} {#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}
<Turnstile /> <Turnstile />
{/if} {/if}