Skip to content

Commit

Permalink
Renamed High Performance Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Dec 23, 2024
1 parent d80c61d commit 0c72f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mode/PowerNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 0c72f5d

Please sign in to comment.