From 8370217cefc3a237216b9b811d592dee4c611087 Mon Sep 17 00:00:00 2001 From: Carsten Braun Date: Tue, 16 May 2023 13:34:40 +0200 Subject: [PATCH] This is not a perf config but a regular config value. --- app/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Settings.cs b/app/Settings.cs index 32a51e5e..570c2b64 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -1286,7 +1286,7 @@ namespace GHelper AutoFans(); AutoPower(1000); - if (Program.config.getConfigPerf("auto_apply_power_plan") != 0) + if (Program.config.getConfig("auto_apply_power_plan") != 0) { if (Program.config.getConfigPerfString("scheme") is not null) NativeMethods.SetPowerScheme(Program.config.getConfigPerfString("scheme"));