From e92d575e6208850dd912c058cafd3f63a63819ff Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Sat, 4 Feb 2017 12:38:54 -0500 Subject: [PATCH] for some reason commit didnt work --- ShiftOS.WinForms/FakeSetupScreen.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs index a9ecc38..b7b8612 100644 --- a/ShiftOS.WinForms/FakeSetupScreen.cs +++ b/ShiftOS.WinForms/FakeSetupScreen.cs @@ -283,6 +283,7 @@ 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(40); this.Invoke(new Action(() => { pgformatprogress.Value = (int)i;