[Hosts] Fix jsonProperty (#30741)
This commit is contained in:
Родитель
b886e60774
Коммит
1712cd6c8a
|
@ -13,13 +13,12 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
|||
{
|
||||
public const string ModuleName = "Hosts";
|
||||
|
||||
[JsonPropertyName("properties")]
|
||||
|
||||
private static readonly JsonSerializerOptions _serializerOptions = new JsonSerializerOptions
|
||||
{
|
||||
WriteIndented = true,
|
||||
};
|
||||
|
||||
[JsonPropertyName("properties")]
|
||||
public HostsProperties Properties { get; set; }
|
||||
|
||||
public HostsSettings()
|
||||
|
|
Загрузка…
Ссылка в новой задаче