Update MainForm.cs
This commit is contained in:
parent
06f798813b
commit
bb7af1b8b1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace CreamInstaller
|
|||
{
|
||||
if (new DialogForm(this).Show(Program.ApplicationName, SystemIcons.Error,
|
||||
$"ERROR: Failed logging into MEGA!" +
|
||||
"\n\nMEGA is likely offline, please try again later. . .",
|
||||
"\n\nMEGA is likely offline, please try again later . . .",
|
||||
"Retry", "Cancel") == DialogResult.OK)
|
||||
{
|
||||
Login();
|
||||
|
|
Loading…
Reference in a new issue