Restore Fn-V for TUF

This commit is contained in:
Serge
2024-03-16 10:23:51 +01:00
parent bc930495eb
commit 8eb17e2bc1

View File

@@ -205,11 +205,7 @@ namespace GHelper
labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false;
}
if (AppConfig.IsTUF())
{
labelFNV.Visible = comboFNV.Visible = textFNV.Visible = false;
}
else
if (!AppConfig.IsTUF())
{
labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false;
}