mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Allow shiny sprite turning off
lul oops
This commit is contained in:
parent
1417a6d576
commit
7705c158a9
1 changed files with 1 additions and 0 deletions
1
PKHeX.WinForms/MainWindow/Main.Designer.cs
generated
1
PKHeX.WinForms/MainWindow/Main.Designer.cs
generated
|
@ -494,6 +494,7 @@
|
|||
// Menu_ShinySprites
|
||||
//
|
||||
this.Menu_ShinySprites.Checked = true;
|
||||
this.Menu_ShinySprites.CheckOnClick = true;
|
||||
this.Menu_ShinySprites.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.Menu_ShinySprites.Name = "Menu_ShinySprites";
|
||||
this.Menu_ShinySprites.Size = new System.Drawing.Size(152, 22);
|
||||
|
|
Loading…
Reference in a new issue