diff --git a/Crypto Notepad/ChangeKeyForm.cs b/Crypto Notepad/ChangeKeyForm.cs index 70339e9..c758afd 100644 --- a/Crypto Notepad/ChangeKeyForm.cs +++ b/Crypto Notepad/ChangeKeyForm.cs @@ -26,7 +26,7 @@ private async void AcceptButton_Click(object sender, EventArgs e) statusLabel.Text = "Key was successfully changed"; oldKeyTextBox.Text = ""; newKeyTextBox.Text = ""; - await Task.Delay(2000); + await Task.Delay(3000); statusLabel.Text = ""; } else if (oldKeyTextBox.Text != PublicVar.encryptionKey.Get())