Cocoa: Fix console apps getting a dock icon

Regression introduced by @elmindreda in
8b11867464.
master
Camilla Löwy ago%!(EXTRA string=5 years)
parent 9477311130
commit 6de084000b
  1. 1
      src/cocoa_init.m

@ -555,6 +555,7 @@ int _glfwPlatformInit(void)
[NSApp run];
// In case we are unbundled, make us a proper UI application
if (_glfw.hints.init.ns.menubar)
[NSApp setActivationPolicy:NSApplicationActivationPolicyRegular];
return GLFW_TRUE;

Loading…
Cancel
Save