removed some frontend testing code

This commit is contained in:
Samuel Walker 2024-10-25 21:43:19 -06:00
parent 8efd3a5631
commit 29bf715025

View File

@ -9,7 +9,7 @@
let width: int = 10 let width: int = 10
onMount(() => { onMount(() => {
CheckPrerequisites().then(() => loading = true) CheckPrerequisites().then(() => loading = false)
}) })
@ -19,7 +19,6 @@
<img alt="Wails logo" id="logo" src="{logo}"> <img alt="Wails logo" id="logo" src="{logo}">
{#if loading} {#if loading}
<Loading /> <Loading />
<div style="width: {width}%;background-color: black;">tes</div>
{:else} {:else}
<Client /> <Client />
{/if} {/if}