mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 09:11:28 +10:00
feat(install ui): ui to install games
This commit is contained in:
@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user