We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce271fd + 4c48588 commit 005feddCopy full SHA for 005fedd
src/ElectronNET.API/API/Entities/BrowserWindowOptions.cs
@@ -215,7 +215,8 @@ public class BrowserWindowOptions
215
/// <summary>
216
/// Whether window should have a shadow. Default is true.
217
/// </summary>
218
- public bool HasShadow { get; set; }
+ [DefaultValue(true)]
219
+ public bool HasShadow { get; set; } = true;
220
221
222
/// Forces using dark theme for the window, only works on some GTK+3 desktop environments. Default is false.
0 commit comments