diff --git a/ElectronNET.API/Entities/BrowserWindowOptions.cs b/ElectronNET.API/Entities/BrowserWindowOptions.cs index 8918192..863b133 100644 --- a/ElectronNET.API/Entities/BrowserWindowOptions.cs +++ b/ElectronNET.API/Entities/BrowserWindowOptions.cs @@ -226,7 +226,8 @@ namespace ElectronNET.API.Entities /// Activate the Window Controls Overlay on Windows, when combined with = /// [SupportedOSPlatform("win")] - public bool TitleBarOverlay { get; set; } + [DefaultValue(null)] + public TitleBarOverlayConfig TitleBarOverlay { get; set; } /// /// Use WS_THICKFRAME style for frameless windows on Windows, which adds standard