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 64d7f649c6
commit e4df4eb2d7
8 changed files with 144 additions and 48 deletions

View File

@ -25,6 +25,7 @@ pub struct DatabaseAuth {
#[derive(Serialize, Clone, Deserialize)]
pub enum DatabaseGameStatus {
Remote,
Queued,
Downloading,
Installed,
Updating,