mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-13 12:48:52 +01:00
web/layout: always display processing queue
because the remux page relies on it
This commit is contained in:
parent
90dcc48cad
commit
ee459e8694
1 changed files with 1 additions and 3 deletions
|
@ -91,9 +91,7 @@
|
|||
<UpdateNotification />
|
||||
{/if}
|
||||
<div id="content">
|
||||
{#if $settings.advanced.localProcessing}
|
||||
<ProcessingQueue />
|
||||
{/if}
|
||||
<ProcessingQueue />
|
||||
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}
|
||||
<Turnstile />
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue