diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-02-04 12:22:08 -0500 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-02-04 12:22:08 -0500 |
| commit | 8a445f961e05c5b432053ff3209bcb9b70f4aa96 (patch) | |
| tree | 7d218c8e900f8359c7f8f33e445ae48f98449126 /ShiftOS.WinForms/FakeSetupScreen.cs | |
| parent | 9aa2c1f03bc09435ba46c760383113ba4f1cabd0 (diff) | |
| download | shiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.tar.gz shiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.tar.bz2 shiftos_thereturn-8a445f961e05c5b432053ff3209bcb9b70f4aa96.zip | |
MADE INTRO FASTER (part 1)
Diffstat (limited to 'ShiftOS.WinForms/FakeSetupScreen.cs')
| -rw-r--r-- | ShiftOS.WinForms/FakeSetupScreen.cs | 1 |
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; |
