You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This property specifies whether or not the menubar should be used as a native menubar on platforms that support it. The currently supported platforms are OS X and Windows CE. On these platforms if this property is true, the menubar is used in the native menubar and is not in the window of its parent, if false the menubar remains in the window. On other platforms the value of this attribute has no effect.
Since I do not have Mac OS I do not see a difference between the two options, and so it seems I copied this line from somewhere and never thought about why it is there.
Is there any reason why you are not using the native menu bars? At least in OS X the native menu bar saves spaces and is a de-facto-standard.
See line
48: ui.menubar->setNativeMenuBar(false);
in Client.cpp
The text was updated successfully, but these errors were encountered: