mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Fix ao multiplayer tab visibility
This commit is contained in:
parent
0fe42a1db3
commit
d26e294e58
|
|
@ -53,7 +53,7 @@ public SAV_Trainer(SaveFile sav)
|
|||
L_Style.Visible = TB_Style.Visible = SAV is SAV6XY;
|
||||
if (!(SAV is SAV6XY))
|
||||
TC_Editor.TabPages.Remove(Tab_Appearance);
|
||||
if (SAV is SAV6AO)
|
||||
if (SAV is SAV6AODemo)
|
||||
TC_Editor.TabPages.Remove(Tab_Multiplayer);
|
||||
if (SAV is SAV6AODemo)
|
||||
TC_Editor.TabPages.Remove(Tab_Maison);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user