aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/FakeSetupScreen.cs
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-02-04 12:38:54 -0500
committerRylan/wowmom98 <[email protected]>2017-02-04 12:39:03 -0500
commite92d575e6208850dd912c058cafd3f63a63819ff (patch)
treee14a6b1b75c48c3a78eb23592169834d2926a43d /ShiftOS.WinForms/FakeSetupScreen.cs
parent107e5749649c39004503d2c1543b34ba28e85f35 (diff)
downloadshiftos_thereturn-e92d575e6208850dd912c058cafd3f63a63819ff.tar.gz
shiftos_thereturn-e92d575e6208850dd912c058cafd3f63a63819ff.tar.bz2
shiftos_thereturn-e92d575e6208850dd912c058cafd3f63a63819ff.zip
for some reason commit didnt work
Diffstat (limited to 'ShiftOS.WinForms/FakeSetupScreen.cs')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs1
1 files changed, 1 insertions, 0 deletions
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;