diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte index df0e6b5..97c1458 100644 --- a/fclauncher/frontend/src/App.svelte +++ b/fclauncher/frontend/src/App.svelte @@ -9,7 +9,7 @@ let width: int = 10 onMount(() => { - CheckPrerequisites().then(() => loading = true) + CheckPrerequisites().then(() => loading = false) }) @@ -19,7 +19,6 @@ {#if loading} -
tes
{:else} {/if}