setMacOsAdaptiveTitleBar

fun setMacOsAdaptiveTitleBar(mode: MacOSTitleBarMode = MacOSTitleBarMode.AUTO)

Sets the macOS adaptive title bar appearance.

This function sets the system property that controls the appearance of the title bar in macOS applications. It should be called before the application window is created.

Parameters

mode

The appearance mode to use. Default is MacOSTitleBarMode.AUTO.