Hi All;
I’m dealing with multi OS hell, I HATE mac os! When editing on windoze or Linux there is a nice menu at the top of the app window. Now I’m working at a Mac computer and the menu is at the top of the screen. Is there any way to add the menu at the top of the app, like it should be.
It would be a great feature!
Show Menu at top of app window on Mac
PatRE
#1
0 Likes
bschaaf
#4
Not without misusing the builtin menus: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MenuList/Articles/HowMenusWork.html, or completely rendering them yourself. In either of those cases it’s only changed for a single application and everything else uses the global menu. Again my only suggestion is to get used to it or stop using macOS.
0 Likes