mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Fix ctrl held at launch exception
This commit is contained in:
parent
088996f4ce
commit
d1cd61f0c4
1 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,8 @@ namespace PKHeX
|
|||
// Misc Options
|
||||
private void clickShowdownImportPK6(object sender, EventArgs e)
|
||||
{
|
||||
if (!formInitialized)
|
||||
return;
|
||||
if (!Clipboard.ContainsText())
|
||||
{ Util.Alert("Clipboard does not contain text."); return; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue