mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Hosts] Fix jsonProperty (#30741)
This commit is contained in:
@@ -13,13 +13,12 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
|||||||
{
|
{
|
||||||
public const string ModuleName = "Hosts";
|
public const string ModuleName = "Hosts";
|
||||||
|
|
||||||
[JsonPropertyName("properties")]
|
|
||||||
|
|
||||||
private static readonly JsonSerializerOptions _serializerOptions = new JsonSerializerOptions
|
private static readonly JsonSerializerOptions _serializerOptions = new JsonSerializerOptions
|
||||||
{
|
{
|
||||||
WriteIndented = true,
|
WriteIndented = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
[JsonPropertyName("properties")]
|
||||||
public HostsProperties Properties { get; set; }
|
public HostsProperties Properties { get; set; }
|
||||||
|
|
||||||
public HostsSettings()
|
public HostsSettings()
|
||||||
|
|||||||
Reference in New Issue
Block a user