mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-14 16:51:18 +10:00
feat(downloads): Generic function to set download state
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -125,7 +125,8 @@ pub fn run() {
|
||||
cancel_specific_game_download,
|
||||
get_game_download_progress,
|
||||
resume_game_download,
|
||||
pause_game_download
|
||||
pause_game_download,
|
||||
set_download_state
|
||||
])
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.setup(|app| {
|
||||
|
||||
Reference in New Issue
Block a user