- {#if $addingInstance}
diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte index dc4b0a0..aac6c06 100644 --- a/fclauncher/frontend/src/App.svelte +++ b/fclauncher/frontend/src/App.svelte @@ -4,10 +4,10 @@ import Loading from './Loading.svelte' import {CheckPrerequisites} from '../wailsjs/go/main/App.js' import { onMount } from 'svelte' - import { loading, testPage, } from './global' + import { loading, testPage, currentPage } from './global' import { slide } from 'svelte/transition' import Navbar from './Navbar.svelte' - import Testpage from './Testpage.svelte' + import Instancepage from './Instancepage.svelte' import { set_attributes, set_style } from 'svelte/internal'; let width: int = 10 @@ -32,21 +32,19 @@
- {#if $testPage} -