Removed unsupported FN-V binding for TUF devices https://github.com/seerge/g-helper/issues/2221

This commit is contained in:
Serge
2024-03-14 10:37:52 +01:00
parent a235531e28
commit a5ef58dbee

View File

@@ -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;
}