{#if showCards} {#if showFps} {/if} {/if} {#if mode === "idle" && lockEnabled}
Moku
{#each Array(store.settings.appLockPin?.length ?? 4) as _, i}
{/each}
{:else if mode === "idle"}
Moku

press any key to continue

{:else}
{#if !failed && !notConfigured} {/if} Moku

moku

{#if failed || notConfigured}

{failed ? "Could not reach server" : "Server not configured"}

{:else}

{ringFull ? "" : `Initializing server${dots}`}

{/if}
{#if lockEnabled}
{#each Array(store.settings.appLockPin?.length ?? 4) as _, i}
{/each}
{/if}
{/if}