feat(downloads): Added function to take and set any game state

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-09 21:26:44 +11:00
parent f10d92d623
commit 6bc64822df
3 changed files with 27 additions and 69 deletions
-2
View File
@@ -124,8 +124,6 @@ pub fn run() {
start_game_downloads,
cancel_specific_game_download,
get_game_download_progress,
resume_game_download,
pause_game_download,
set_download_state
])
.plugin(tauri_plugin_shell::init())