Skip to content

ElectronBrowserWindow.setSkipTaskbar method

ElectronBrowserWindow › setSkipTaskbar

Unofficial

Makes the window not show in the taskbar.

Signature:

setSkipTaskbar(skip: boolean): void

Parameters:

ParameterTypeDescription
skipbooleanWhether to skip the taskbar.

Returns: void