mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-17 02:01:14 +10:00
feat(download manager): only allow downloads for supported platforms
This commit is contained in:
@ -37,6 +37,8 @@ pub enum DownloadManagerSignal {
|
||||
Error(GameDownloadError),
|
||||
/// Pushes UI update
|
||||
Update,
|
||||
/// Causes the Download Agent status to be synced to disk
|
||||
Sync(usize),
|
||||
}
|
||||
pub enum DownloadManagerStatus {
|
||||
Downloading,
|
||||
|
||||
Reference in New Issue
Block a user