Add AutoRestart property

This commit is contained in:
JustArchi
2016-04-18 18:38:48 +02:00
parent 610954ba73
commit 565acca9fb
4 changed files with 17 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal bool AutoUpdates { get; private set; } = true;
[JsonProperty(Required = Required.DisallowNull)]
internal bool AutoRestart { get; private set; } = true;
[JsonProperty(Required = Required.DisallowNull)]
internal EUpdateChannel UpdateChannel { get; private set; } = EUpdateChannel.Stable;