aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-02-04 12:22:08 -0500
committerRylan/wowmom98 <[email protected]>2017-02-04 12:22:08 -0500
commit8a445f961e05c5b432053ff3209bcb9b70f4aa96 (patch)
tree7d218c8e900f8359c7f8f33e445ae48f98449126 /ShiftOS.WinForms
parent9aa2c1f03bc09435ba46c760383113ba4f1cabd0 (diff)
downloadshiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.tar.gz
shiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.tar.bz2
shiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.zip
MADE INTRO FASTER (part 1)
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs
index ff1db62..a9ecc38 100644
--- a/ShiftOS.WinForms/FakeSetupScreen.cs
+++ b/ShiftOS.WinForms/FakeSetupScreen.cs
@@ -283,7 +283,6 @@ So make sure your password is secure enough that it can't be guessed, but easy f
{
for(long i = 0; i <= arbitraryAmountOfBytes; i++)
{
- Thread.Sleep(250);
this.Invoke(new Action(() =>
{
pgformatprogress.Value = (int)i;