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:

ParameterTypeDescription
minimizablebooleanWhether the window is minimizable.

Returns: void