fix: removed unused JsonPropertyName as ElectronJson.Options as by default camel case

This commit is contained in:
Denny09310
2025-11-09 15:17:42 +01:00
parent 4736bc640c
commit 168eceac8c
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ namespace ElectronNET.API.Entities
/// Contains which features the dialog should use. The following values are supported:
/// 'openFile' | 'openDirectory' | 'multiSelections' | 'showHiddenFiles' | 'createDirectory' | 'promptToCreate' | 'noResolveAliases' | 'treatPackageAsDirectory'
/// </summary>
[JsonPropertyName("properties")]
public OpenDialogProperty[] Properties { get; set; }
/// <summary>

View File

@@ -35,7 +35,6 @@ namespace ElectronNET.API.Entities
/// hidden - The button is not shown to the user.
/// noninteractive - The button is enabled but not interactive; no pressed button state is drawn.This value is intended for instances where the button is used in a notification.
/// </summary>
[JsonPropertyName("flags")]
public ThumbarButtonFlag[] Flags { get; set; }
/// <summary>