feat(downloads): Added AgentInterfaceData to get information about all downloads in queue

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-16 17:03:37 +11:00
parent f029cbf0b3
commit 63c3cc1096
8 changed files with 98 additions and 44 deletions

View File

@ -26,7 +26,7 @@ async function startGameDownload() {
setInterval(() => {
(async () => {
const currentProgress = await invoke<number>(
"get_game_download_progress",
"get_current_game_download_progress",
{
gameId: gameId.value,
}