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