web/settings/advanced: add a toggle for local processing

This commit is contained in:
wukko
2024-12-22 23:04:37 +06:00
parent a9515d376a
commit 41600dab4f
3 changed files with 16 additions and 1 deletions

View File

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