aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/DownloadControl.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-26 15:57:04 -0500
committerMichael <[email protected]>2017-02-26 15:57:09 -0500
commit82a5ca296bb6b4fe000b46af187fb41282e6bd62 (patch)
treeec53d13ae88a171d2e5e11e3bc2aece6481a3c3c /ShiftOS.WinForms/DownloadControl.cs
parentec61f5dfe9de92470cd91269c77713549e7d6159 (diff)
downloadshiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.tar.gz
shiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.tar.bz2
shiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.zip
Increase shiftletters payout (and shiftnet sub stuff)
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;
}