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

@ -124,7 +124,7 @@ pub fn run() {
add_new_download_dir,
// Downloads
download_game,
get_game_download_progress,
get_current_game_download_progress,
])
.plugin(tauri_plugin_shell::init())
.setup(|app| {