feat(download manager): update db state with ui and emit events

This commit is contained in:
DecDuck
2024-11-28 20:31:04 +11:00
parent 95109899b7
commit 9dc052691d
8 changed files with 144 additions and 48 deletions
+1
View File
@@ -25,6 +25,7 @@ pub struct DatabaseAuth {
#[derive(Serialize, Clone, Deserialize)]
pub enum DatabaseGameStatus {
Remote,
Queued,
Downloading,
Installed,
Updating,