This commit is contained in:
Serge
2024-03-16 10:39:32 +01:00
parent 8eb17e2bc1
commit e66e06a57c
2 changed files with 12 additions and 0 deletions

View File

@@ -210,6 +210,11 @@ namespace GHelper
labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false;
}
if (AppConfig.IsNoFNV())
{
labelFNV.Visible = comboFNV.Visible = textFNV.Visible = false;
}
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) < 0)
{
checkGpuApps.Visible = false;