mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -173,9 +173,6 @@ namespace ArchiSteamFarm.Storage {
|
||||
}
|
||||
}
|
||||
|
||||
[JsonProperty]
|
||||
internal readonly string? IPCPassword = DefaultIPCPassword;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
public bool AutoRestart { get; private set; } = DefaultAutoRestart;
|
||||
|
||||
@@ -215,6 +212,9 @@ namespace ArchiSteamFarm.Storage {
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
public bool IPC { get; private set; } = DefaultIPC;
|
||||
|
||||
[JsonProperty]
|
||||
public string? IPCPassword { get; private set; } = DefaultIPCPassword;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
public ArchiCryptoHelper.EHashingMethod IPCPasswordFormat { get; private set; } = DefaultIPCPasswordFormat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user