mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -336,13 +336,12 @@ public sealed class GlobalConfig {
|
||||
[JsonInclude]
|
||||
public string? WebProxyUsername { get; private init; } = DefaultWebProxyUsername;
|
||||
|
||||
internal bool IsLicenseIDSet;
|
||||
|
||||
[JsonExtensionData]
|
||||
[JsonInclude]
|
||||
internal Dictionary<string, JsonElement>? AdditionalProperties { get; set; }
|
||||
|
||||
internal bool IsIPCPasswordSet { get; private set; }
|
||||
internal bool IsLicenseIDSet { get; private set; }
|
||||
internal bool IsWebProxyPasswordSet { get; private set; }
|
||||
|
||||
internal bool Saving { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user