UI tweaks

This commit is contained in:
seerge
2023-04-13 18:53:14 +02:00
parent 096ea3b8e9
commit 6bd77ab45b
5 changed files with 22 additions and 12 deletions

View File

@@ -874,12 +874,6 @@ namespace GHelper
public void SetPower()
{
// fix for misbehaving bios PPTs on G513
if (Program.config.ContainsModel("G513") && Program.config.getConfigPerf("auto_apply") != 1)
{
AutoFans(true);
}
int limit_total = Program.config.getConfigPerf("limit_total");
int limit_cpu = Program.config.getConfigPerf("limit_cpu");
@@ -948,6 +942,13 @@ namespace GHelper
public void AutoPower(int delay = 0)
{
// fix for misbehaving bios PPTs on G513
if (Program.config.ContainsModel("G513") && Program.config.getConfigPerf("auto_apply") != 1)
{
AutoFans(true);
delay = 500;
}
customPower = 0;
if (Program.config.getConfigPerf("auto_apply_power") == 1)