removed some frontend testing code
This commit is contained in:
parent
8efd3a5631
commit
29bf715025
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user