Skip to content

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): void

Parameters:

Parameter Type Description
minimizable boolean Whether the window is minimizable.

Returns: void