diff --git a/app/Extra.cs b/app/Extra.cs index 6fee7682..8bbd6a10 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -205,7 +205,11 @@ namespace GHelper labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false; } - if (!AppConfig.IsTUF()) + if (AppConfig.IsTUF()) + { + labelFNV.Visible = comboFNV.Visible = textFNV.Visible = false; + } + else { labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false; }