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"));