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 />
{/if}
<div id="content">
{#if $settings.advanced.localProcessing}
<ProcessingQueue />
{/if}
<ProcessingQueue />
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}
<Turnstile />
{/if}