mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
dd5dd63533
commit
0f040fb6e0
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ namespace PKHeX.WinForms
|
|||
WindowState = FormWindowState.Minimized;
|
||||
Show();
|
||||
WindowState = FormWindowState.Normal;
|
||||
if (HaX) WinFormsUtil.Alert("Illegal mPode activated.", "Please behave.");
|
||||
if (HaX) WinFormsUtil.Alert("Illegal mode activated.", "Please behave.");
|
||||
|
||||
if (showChangelog)
|
||||
new About().ShowDialog();
|
||||
|
|
Loading…
Reference in a new issue