bugfixing

This commit is contained in:
MuslemRahimi 2025-03-20 21:20:48 +01:00
parent b041a54d68
commit 2f9f9c8934

View File

@ -1235,7 +1235,7 @@
-->
<slot />
<ModeWatcher defaultMode={$mode} disableTransitions={false}/>
<ModeWatcher defaultMode={data?.themeMode} disableTransitions={false}/>
<Toaster position="top-center" />
{#if Cookie && $showCookieConsent === true}
<Cookie />