Skip to content

Commit

Permalink
Log original power plan #3349
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 8, 2024
1 parent 857d858 commit 815d033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Mode/PowerNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public static void SetBalancedPowerPlan()

if (activeSchemeGuid.ToString() != balanced && !AppConfig.Is("skip_power_plan"))
{
Logger.WriteLine($"Changing power plan from {activeSchemeGuid.ToString()} to Balanced");
SetPowerPlan(balanced);
}
}
Expand Down

0 comments on commit 815d033

Please sign in to comment.