This commit is contained in:
Łukasz Domeradzki
2024-05-10 19:40:02 +02:00
parent 6014b3bdc6
commit 93420eebc0

View File

@@ -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; }