mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Restore Fn-V for TUF
This commit is contained in:
@@ -205,11 +205,7 @@ namespace GHelper
|
|||||||
labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false;
|
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;
|
labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user