feat: implement osu! installation validation

This commit is contained in:
2025-06-30 23:07:45 +02:00
parent c43fd4395d
commit 1834d8dfb3
12 changed files with 476 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import Launch from "../pages/Launch.svelte";
import Loading from "../pages/Loading.svelte";
import SetupWizard from "../pages/SetupWizard.svelte";
import { current_view } from '@/global';
const View = $derived($current_view);
</script>
<Launch />
<View />