Browse Source

Remove Mac menu bar items, since they are redundant to Rack's menu bar.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
e96859405e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/window/Window.cpp

+ 1
- 1
src/window/Window.cpp View File

@@ -750,7 +750,7 @@ void init() {
// Set up GLFW
#if defined ARCH_MAC
glfwInitHint(GLFW_COCOA_CHDIR_RESOURCES, GLFW_TRUE);
glfwInitHint(GLFW_COCOA_MENUBAR, GLFW_TRUE);
glfwInitHint(GLFW_COCOA_MENUBAR, GLFW_FALSE);
#endif

glfwSetErrorCallback(errorCallback);


Loading…
Cancel
Save