feat(install ui): ui to install games

This commit is contained in:
DecDuck
2024-12-06 22:16:50 +11:00
parent b5568429f5
commit 8670bca834
11 changed files with 436 additions and 25 deletions

View File

@ -39,11 +39,6 @@ const versionName = ref("");
const progress = ref(0);
async function startGameDownload() {
await invoke("download_game", {
gameId: gameId.value,
gameVersion: versionName.value,
});
setInterval(() => {
(async () => {
const currentProgress = await invoke<number>(