aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/DownloadControl.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-26 16:01:30 -0500
committerlempamo <[email protected]>2017-02-26 16:01:30 -0500
commitf02a07b02f6a15b2f1a245c3804ef751e05d7c40 (patch)
tree1c782698c30fe8678d358d723444e017f2adccad /ShiftOS.WinForms/DownloadControl.cs
parent705d1daefa607d3d3a23da5590c262d8f6f69d70 (diff)
parent82a5ca296bb6b4fe000b46af187fb41282e6bd62 (diff)
downloadshiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.tar.gz
shiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.tar.bz2
shiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/DownloadControl.cs')
-rw-r--r--ShiftOS.WinForms/DownloadControl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/DownloadControl.cs b/ShiftOS.WinForms/DownloadControl.cs
index f533c2a..33619aa 100644
--- a/ShiftOS.WinForms/DownloadControl.cs
+++ b/ShiftOS.WinForms/DownloadControl.cs
@@ -58,7 +58,7 @@ namespace ShiftOS.WinForms
bytesTransferred += 256;
pgprogress.Value = bytesTransferred;
lbshiftneturl.Text = $@"{d.ShiftnetUrl}
-{bytesTransferred} B out of {d.Bytes.Length} B transferred at 256 B per second.
+{bytesTransferred} B out of {d.Bytes.Length} B transferred at {DownloadManager.GetDownloadSpeed()} B per second.
To {d.Destination}";
pgprogress.Maximum = d.Bytes.Length;
}