From 8eb17e2bc13ea23b92c0ba8088db6a4a39b05970 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 16 Mar 2024 10:23:51 +0100 Subject: [PATCH] Restore Fn-V for TUF --- app/Extra.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/Extra.cs b/app/Extra.cs index 8bbd6a10..6fee7682 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -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; }