Improvements to download menu

This commit is contained in:
2025-11-05 11:52:04 -07:00
parent 8c00a3e553
commit 6677e22ab6
4 changed files with 51 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ export class DownloadProgress {
constructor(
public version: string,
public progress: number,
public progressBytes: number,
public failed: boolean,
public queued: boolean,
public hash_checking: boolean,