mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 00:58:01 +00:00
Fix ao multiplayer tab visibility
This commit is contained in:
parent
0fe42a1db3
commit
d26e294e58
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace PKHeX.WinForms
|
||||||
L_Style.Visible = TB_Style.Visible = SAV is SAV6XY;
|
L_Style.Visible = TB_Style.Visible = SAV is SAV6XY;
|
||||||
if (!(SAV is SAV6XY))
|
if (!(SAV is SAV6XY))
|
||||||
TC_Editor.TabPages.Remove(Tab_Appearance);
|
TC_Editor.TabPages.Remove(Tab_Appearance);
|
||||||
if (SAV is SAV6AO)
|
if (SAV is SAV6AODemo)
|
||||||
TC_Editor.TabPages.Remove(Tab_Multiplayer);
|
TC_Editor.TabPages.Remove(Tab_Multiplayer);
|
||||||
if (SAV is SAV6AODemo)
|
if (SAV is SAV6AODemo)
|
||||||
TC_Editor.TabPages.Remove(Tab_Maison);
|
TC_Editor.TabPages.Remove(Tab_Maison);
|
||||||
|
|
Loading…
Reference in a new issue