Revert "Adjustment of Windows Power Overlay is now optional"

This commit is contained in:
Serge
2023-05-16 11:38:17 +02:00
committed by GitHub
parent 57ce0631a3
commit 8804d19567
14 changed files with 6 additions and 55 deletions

View File

@@ -69,7 +69,6 @@ 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);
}