Disable OSX automatic window tabbing

This commit is contained in:
Ian McInerney 2021-05-09 12:59:16 +01:00
parent 916a15793f
commit 30c92fc5d1
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
void KIPLATFORM::ENV::Init()
{
// Disable the automatic window tabbing OSX does
[NSWindow setAllowsAutomaticWindowTabbing:NO];
// No tasks for this platform
}