Revert "Revert "Adjustment of Windows Power Overlay is now optional""

This reverts commit 8804d19567.
This commit is contained in:
Carsten Braun
2023-05-16 12:21:28 +02:00
parent 8590d0301a
commit ac5fc3f96e
14 changed files with 55 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ public class AppConfig
{
config = new Dictionary<string, object>();
config["performance_mode"] = 0;
config["auto_apply_power_plan"] = 1;
string jsonString = JsonSerializer.Serialize(config);
File.WriteAllText(configFile, jsonString);
}