mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added GA402XV to the list of devices that require fan curve for PPTs
This commit is contained in:
@@ -172,7 +172,7 @@ namespace GHelper.Mode
|
|||||||
|
|
||||||
private static bool IsFanRequired()
|
private static bool IsFanRequired()
|
||||||
{
|
{
|
||||||
return AppConfig.ContainsModel("GA402XI") || AppConfig.ContainsModel("G513");
|
return AppConfig.ContainsModel("GA402XI") || AppConfig.ContainsModel("GA402XV") || AppConfig.ContainsModel("G513");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AutoPower(int delay = 0)
|
public void AutoPower(int delay = 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user