From 0c72f5d364bcc30d29dcafbb906ef3d0f4b47d95 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:47:00 +0100 Subject: [PATCH] Renamed High Performance Plan --- app/Mode/PowerNative.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Mode/PowerNative.cs b/app/Mode/PowerNative.cs index 0f313ffb..267d64bd 100644 --- a/app/Mode/PowerNative.cs +++ b/app/Mode/PowerNative.cs @@ -90,7 +90,7 @@ static extern UInt32 PowerSetActiveScheme(IntPtr RootPowerKey, { POWER_SILENT, "Best Power Efficiency" }, { POWER_BALANCED, "Balanced" }, { POWER_TURBO, "Best Performance" }, - { PLAN_HIGH_PERFORMANCE, "Max Performance"}, + { PLAN_HIGH_PERFORMANCE, "High Performance Plan"}, }; static Guid GetActiveScheme() {