From 82a5ca296bb6b4fe000b46af187fb41282e6bd62 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Feb 2017 15:57:04 -0500 Subject: Increase shiftletters payout (and shiftnet sub stuff) --- ShiftOS.WinForms/DownloadControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/DownloadControl.cs') 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; } -- cgit v1.2.3