ElectronBrowserWindow.setMaximizable method
ElectronBrowserWindow › setMaximizable
Unofficial
Sets whether the window can be manually maximized by user. On Linux does nothing (macOS and Windows).Signature:
setMaximizable(maximizable: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| maximizable | boolean | Whether the window is maximizable. |
Returns: void