mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 01:01:25 +10:00
feat(download manager): update db state with ui and emit events
This commit is contained in:
@ -25,6 +25,7 @@ pub struct DatabaseAuth {
|
||||
#[derive(Serialize, Clone, Deserialize)]
|
||||
pub enum DatabaseGameStatus {
|
||||
Remote,
|
||||
Queued,
|
||||
Downloading,
|
||||
Installed,
|
||||
Updating,
|
||||
|
||||
Reference in New Issue
Block a user