Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed May 10, 2024
1 parent 6014b3b commit 93420ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ArchiSteamFarm/Storage/GlobalConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,12 @@ internal set {
[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; }
Expand Down

0 comments on commit 93420ee

Please sign in to comment.