Here is my build.settings
window =
{
defaultMode = “normal”, – normal, minimized, maximized, fullscreen
defaultViewWidth = 960,
defaultViewHeight = 640,
resizable = false,
enableCloseButton = true,
enableMinimizeButton = false,
enableMaximizeButton = false,
suspendWhenMinimized = true,
The maximize button is disabled and that is OK.
The problem is the application CAN be brought to full screen from the Window menu - > Enter Full Screen.
Can you please prevent this?