mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 02:07:47 +00:00
Update to Electron 18.0.0
This commit is contained in:
@@ -1919,6 +1919,19 @@ namespace ElectronNET.API
|
||||
BridgeConnector.Emit("browserWindowSetAppDetails", Id, options);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///On a Window with Window Controls Overlay already enabled, this method updates
|
||||
/// the style of the title bar overlay. It should not be called unless you enabled WCO
|
||||
/// when creating the window.
|
||||
/// </summary>
|
||||
/// <param name="options"></param>
|
||||
[SupportedOSPlatform("win")]
|
||||
[SupportedOSPlatform("macos")]
|
||||
public void SetTitleBarOverlay(TitleBarOverlayConfig options)
|
||||
{
|
||||
BridgeConnector.Emit("browserWindowSetTitleBarOverlay", Id, options);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Same as webContents.showDefinitionForSelection().
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user