Set power plan to high performance in Auto Repairs

This commit is contained in:
2Shirt 2021-05-14 15:41:19 -06:00
parent a8cf29c5fe
commit 2840795b78
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -775,6 +775,7 @@ def auto_remove_power_plan(group, name):
"""Remove custom power plan and set to Balanced."""
result = TRY_PRINT.run(
'Remove Custom Power Plan...', remove_custom_power_plan,
high_performance=True,
)
save_settings(group, name, result=result)