patcher update, no more hardcoded urls, launch fixes

This commit is contained in:
2024-04-14 16:36:32 +02:00
parent 1c4a40c495
commit 6f2764a047
11 changed files with 551 additions and 864 deletions

View File

@@ -1,11 +1,11 @@
<script lang="ts">
import { Button, Checkbox } from "flowbite-svelte";
import { Button } from "flowbite-svelte";
import Progressbar from "../lib/Progressbar.svelte";
import {
launching,
patch,
launchStatus,
launchPercentage,
launchPercentage
} from "./../storage/localStore";
let progressbarFix = true;