mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Do not set default value.
This commit is contained in:
@@ -69,7 +69,6 @@ public class AppConfig
|
|||||||
{
|
{
|
||||||
config = new Dictionary<string, object>();
|
config = new Dictionary<string, object>();
|
||||||
config["performance_mode"] = 0;
|
config["performance_mode"] = 0;
|
||||||
config["auto_apply_power_plan"] = 1;
|
|
||||||
string jsonString = JsonSerializer.Serialize(config);
|
string jsonString = JsonSerializer.Serialize(config);
|
||||||
File.WriteAllText(configFile, jsonString);
|
File.WriteAllText(configFile, jsonString);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user