mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Fixing json property name to match with the settings file (#28189)
This commit is contained in:
parent
ddefc27fd7
commit
2e74b5dae8
@ -3,6 +3,7 @@
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Microsoft.PowerToys.Settings.UI.Library.Interfaces;
|
||||
|
||||
namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
@ -14,6 +15,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
ExtendedContextMenuOnly = false;
|
||||
}
|
||||
|
||||
[JsonPropertyName("showInExtendedContextMenu")]
|
||||
public bool ExtendedContextMenuOnly { get; set; }
|
||||
|
||||
public string ToJsonString()
|
||||
|
Loading…
Reference in New Issue
Block a user