mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Log original power plan https://github.com/seerge/g-helper/issues/3349
This commit is contained in:
@@ -175,6 +175,7 @@ namespace GHelper.Mode
|
|||||||
|
|
||||||
if (activeSchemeGuid.ToString() != balanced && !AppConfig.Is("skip_power_plan"))
|
if (activeSchemeGuid.ToString() != balanced && !AppConfig.Is("skip_power_plan"))
|
||||||
{
|
{
|
||||||
|
Logger.WriteLine($"Changing power plan from {activeSchemeGuid.ToString()} to Balanced");
|
||||||
SetPowerPlan(balanced);
|
SetPowerPlan(balanced);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user