If you look at the menus of many applications, they are structured in a way that even new users can guess what items are hidden in which menu.
There are also style guides which describe this, for example:
https://developer.gnome.org/hig-book/unstable/menus-standard.html.en
https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-bar-menus/
The View menu lets the user customize the appearance of an app’s windows.
The View menu contains only items that affect the user's view of the current document.
In Jamulus these options (ordering of channels, 2 row mode) are in the Edit menu for some reason, while the View menu contains items which open other dialogs, which is also wrong.
My suggestion to solve this:
- move the items that affect the view to the View menu
- keep the items that edit the state in the Edit menu
- move the items to open other dialogs to a new menu (maybe Windows?)
If you look at the menus of many applications, they are structured in a way that even new users can guess what items are hidden in which menu.
There are also style guides which describe this, for example:
https://developer.gnome.org/hig-book/unstable/menus-standard.html.en
https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-bar-menus/
In Jamulus these options (ordering of channels, 2 row mode) are in the Edit menu for some reason, while the View menu contains items which open other dialogs, which is also wrong.
My suggestion to solve this: