aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/DownloadControl.cs
diff options
context:
space:
mode:
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;
}