fix(control): slpash screen only shows in dev mode

This commit is contained in:
2026-01-10 00:50:19 +01:00
parent fe5cc22cc0
commit 8b7aabb473
+1 -1
View File
@@ -223,7 +223,7 @@
{/snippet}
<main class="bg-stone-900 h-dvh w-dvw text-stone-200 px-4 py-2 gap-2 grid grid-rows-[3rem_auto]">
{#if dev}
{#if !dev}
{@html SplashScreen}
{/if}