mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
MADE INTRO FASTER (part 1)
This commit is contained in:
parent
9aa2c1f03b
commit
8a445f961e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue