mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: display upload speed during seeding
This commit is contained in:
parent
8ec52bf193
commit
56687948bf
6 changed files with 54 additions and 7 deletions
|
@ -153,6 +153,12 @@ export interface DownloadProgress {
|
|||
game: LibraryGame;
|
||||
}
|
||||
|
||||
export interface SeedingStatus {
|
||||
gameId: number;
|
||||
status: GameStatus;
|
||||
uploadSpeed: number;
|
||||
}
|
||||
|
||||
export interface UserPreferences {
|
||||
downloadsPath: string | null;
|
||||
language: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue