mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 00:02:41 +10:00
feat(downloads): Added AgentInterfaceData to get information about all downloads in queue
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user