Skip to content

Commit 168ecea

Browse files
committed
fix: removed unused JsonPropertyName as ElectronJson.Options as by default camel case
1 parent 4736bc6 commit 168ecea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ElectronNET.API/API/Entities/OpenDialogOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class OpenDialogOptions
3333
/// Contains which features the dialog should use. The following values are supported:
3434
/// 'openFile' | 'openDirectory' | 'multiSelections' | 'showHiddenFiles' | 'createDirectory' | 'promptToCreate' | 'noResolveAliases' | 'treatPackageAsDirectory'
3535
/// </summary>
36-
[JsonPropertyName("properties")]
3736
public OpenDialogProperty[] Properties { get; set; }
3837

3938
/// <summary>

src/ElectronNET.API/API/Entities/ThumbarButton.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class ThumbarButton
3535
/// hidden - The button is not shown to the user.
3636
/// 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.
3737
/// </summary>
38-
[JsonPropertyName("flags")]
3938
public ThumbarButtonFlag[] Flags { get; set; }
4039

4140
/// <summary>

0 commit comments

Comments
 (0)