removed some frontend testing code
This commit is contained in:
parent
8efd3a5631
commit
29bf715025
@ -9,7 +9,7 @@
|
||||
let width: int = 10
|
||||
|
||||
onMount(() => {
|
||||
CheckPrerequisites().then(() => loading = true)
|
||||
CheckPrerequisites().then(() => loading = false)
|
||||
})
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
<img alt="Wails logo" id="logo" src="{logo}">
|
||||
{#if loading}
|
||||
<Loading />
|
||||
<div style="width: {width}%;background-color: black;">tes</div>
|
||||
{:else}
|
||||
<Client />
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user