mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Possible download manager fix.
This commit is contained in:
parent
c544e4081d
commit
8b0e4f34b1
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ namespace ShiftOS.WinForms
|
|||
lbshiftneturl.Text = d.ShiftnetUrl;
|
||||
pcicon.Image = FileSkimmerBackend.GetImage(d.Destination);
|
||||
int bytesTransferred = 0;
|
||||
pgprogress.Maximum = DownloadManager.Downloads[index].Bytes.Length;
|
||||
pgprogress.Value = DownloadManager.Downloads[index].Progress;
|
||||
DownloadManager.ProgressUpdate += (i, p) =>
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue