diff --git a/app/Settings.cs b/app/Settings.cs index 3a796f8e..32a51e5e 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") == 1) + if (Program.config.getConfigPerf("auto_apply_power_plan") != 0) { if (Program.config.getConfigPerfString("scheme") is not null) NativeMethods.SetPowerScheme(Program.config.getConfigPerfString("scheme"));