mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Hide FN-V for FX507 model https://github.com/seerge/g-helper/issues/2221
This commit is contained in:
@@ -587,6 +587,11 @@ public static class AppConfig
|
|||||||
return ContainsModel("G834") || ContainsModel("G614") || ContainsModel("G834") || ContainsModel("G634");
|
return ContainsModel("G834") || ContainsModel("G614") || ContainsModel("G834") || ContainsModel("G634");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static bool IsNoFNV()
|
||||||
|
{
|
||||||
|
return ContainsModel("FX507") || ContainsModel("FX707");
|
||||||
|
}
|
||||||
|
|
||||||
public static bool IsROG()
|
public static bool IsROG()
|
||||||
{
|
{
|
||||||
return ContainsModel("ROG");
|
return ContainsModel("ROG");
|
||||||
@@ -601,4 +606,6 @@ public static class AppConfig
|
|||||||
return Is("bw_icon");
|
return Is("bw_icon");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -210,6 +210,11 @@ namespace GHelper
|
|||||||
labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false;
|
labelFNE.Visible = comboFNE.Visible = textFNE.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (AppConfig.IsNoFNV())
|
||||||
|
{
|
||||||
|
labelFNV.Visible = comboFNV.Visible = textFNV.Visible = false;
|
||||||
|
}
|
||||||
|
|
||||||
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) < 0)
|
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) < 0)
|
||||||
{
|
{
|
||||||
checkGpuApps.Visible = false;
|
checkGpuApps.Visible = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user